Skip to content

Commit

Permalink
Merge pull request #2375 from pre-commit/search-the-tracker
Browse files Browse the repository at this point in the history
add search term required input to issue template
  • Loading branch information
asottile committed May 5, 2022
2 parents bec1728 + af46701 commit 1b86655
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Expand Up @@ -9,6 +9,13 @@ body:
[pre-commit.ci]: https://pre-commit.ci
[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
id: freeform
attributes:
Expand Down

0 comments on commit 1b86655

Please sign in to comment.