mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
force the issue template more
This commit is contained in:
parent
c5fc8627be
commit
5635079373
3 changed files with 50 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ body:
|
||||||
placeholder: ...
|
placeholder: ...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
95% of issues created are duplicates.
|
||||||
|
please try extra hard to find them first.
|
||||||
|
it's very unlikely your problem is unique.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: freeform
|
id: freeform
|
||||||
attributes:
|
attributes:
|
||||||
38
.github/ISSUE_TEMPLATE/01_feature.yaml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/01_feature.yaml
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
name: feature request
|
||||||
|
description: something new
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
this is for issues for `pre-commit` (the framework).
|
||||||
|
if you are reporting an issue for [pre-commit.ci] please report it at [pre-commit-ci/issues]
|
||||||
|
|
||||||
|
[pre-commit.ci]: https://pre-commit.ci
|
||||||
|
[pre-commit-ci/issues]: https://github.com/pre-commit-ci/issues
|
||||||
|
- type: input
|
||||||
|
id: search
|
||||||
|
attributes:
|
||||||
|
label: search you tried in the issue tracker
|
||||||
|
placeholder: ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
95% of issues created are duplicates.
|
||||||
|
please try extra hard to find them first.
|
||||||
|
it's very unlikely your feature idea is a new one.
|
||||||
|
- type: textarea
|
||||||
|
id: freeform
|
||||||
|
attributes:
|
||||||
|
label: describe your actual problem
|
||||||
|
placeholder: 'I want to do ... I tried ... It does not work because ...'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: pre-commit --version
|
||||||
|
placeholder: pre-commit x.x.x
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
6
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
6
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: documentation
|
||||||
|
url: https://pre-commit.com
|
||||||
|
- name: pre-commit.ci issues
|
||||||
|
url: https://github.com/pre-commit-ci/issues
|
||||||
Loading…
Add table
Add a link
Reference in a new issue