Skip to content

Commit af46701

Browse files
committed
add search term required input to issue template
1 parent bec1728 commit af46701

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ body:
99
1010
[pre-commit.ci]: https://pre-commit.ci
1111
[pre-commit-ci/issues]: https://github.com/pre-commit-ci/issues
12+
- type: input
13+
id: version
14+
attributes:
15+
label: search tried in the issue tracker
16+
placeholder: ...
17+
validations:
18+
required: true
1219
- type: textarea
1320
id: freeform
1421
attributes:

0 commit comments

Comments
 (0)