mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #2375 from pre-commit/search-the-tracker
add search term required input to issue template
This commit is contained in:
commit
1b8665571e
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug.yaml
vendored
7
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -9,6 +9,13 @@ body:
|
||||||
|
|
||||||
[pre-commit.ci]: https://pre-commit.ci
|
[pre-commit.ci]: https://pre-commit.ci
|
||||||
[pre-commit-ci/issues]: https://github.com/pre-commit-ci/issues
|
[pre-commit-ci/issues]: https://github.com/pre-commit-ci/issues
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: search tried in the issue tracker
|
||||||
|
placeholder: ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: freeform
|
id: freeform
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue