Skip to content

Commit 5635079

Browse files
committed
force the issue template more
1 parent c5fc862 commit 5635079

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ body:
1616
placeholder: ...
1717
validations:
1818
required: true
19+
- type: markdown
20+
attributes:
21+
value: |
22+
95% of issues created are duplicates.
23+
please try extra hard to find them first.
24+
it's very unlikely your problem is unique.
1925
- type: textarea
2026
id: freeform
2127
attributes:
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: feature request
2+
description: something new
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: input
13+
id: search
14+
attributes:
15+
label: search you tried in the issue tracker
16+
placeholder: ...
17+
validations:
18+
required: true
19+
- type: markdown
20+
attributes:
21+
value: |
22+
95% of issues created are duplicates.
23+
please try extra hard to find them first.
24+
it's very unlikely your feature idea is a new one.
25+
- type: textarea
26+
id: freeform
27+
attributes:
28+
label: describe your actual problem
29+
placeholder: 'I want to do ... I tried ... It does not work because ...'
30+
validations:
31+
required: true
32+
- type: input
33+
id: version
34+
attributes:
35+
label: pre-commit --version
36+
placeholder: pre-commit x.x.x
37+
validations:
38+
required: true

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: documentation
4+
url: https://pre-commit.com
5+
- name: pre-commit.ci issues
6+
url: https://github.com/pre-commit-ci/issues

0 commit comments

Comments
 (0)