File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ name : bug report
2+ description : something went wrong
3+ body :
4+ - type : markdown
5+ attributes :
6+ value : |
7+ this is for issues for `pre-commit` (the framework).
8+ if you are reporting an issue for [pre-commit.ci] please report it at [pre-commit-ci/issues]
9+
10+ [pre-commit.ci]: https://pre-commit.ci
11+ [pre-commit-ci/issues]: https://github.com/pre-commit-ci/issues
12+ - type : textarea
13+ id : freeform
14+ attributes :
15+ label : describe your issue
16+ placeholder : ' I was doing ... I ran ... I expected ... I got ...'
17+ validations :
18+ required : true
19+ - type : input
20+ id : version
21+ attributes :
22+ label : pre-commit --version
23+ placeholder : pre-commit x.x.x
24+ validations :
25+ required : true
26+ - type : textarea
27+ id : configuration
28+ attributes :
29+ label : .pre-commit-config.yaml
30+ description : (auto-rendered as yaml, no need for backticks)
31+ placeholder : ' repos: ...'
32+ render : yaml
33+ validations :
34+ required : true
35+ - type : textarea
36+ id : error-log
37+ attributes :
38+ label : ' ~/.cache/pre-commit/pre-commit.log (if present)'
39+ placeholder : " ### version information\n ..."
40+ validations :
41+ required : false
You can’t perform that action at this time.
0 commit comments