Skip to content

Commit

Permalink
Add search terms field to bug report template (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt committed Feb 11, 2022
1 parent c9b7579 commit 40ef309
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ body:
- type: markdown # Form Header
attributes:
value: >-
This issue form is for reporting bugs only! Please help us reduce duplicate issues by searching through both
open and closed issues though. It only takes 5 minutes and helps us with housekeeping. :)
This issue form is for reporting bugs only!
- type: input # Search Terms
validations:
required: true
attributes:
label: 🔎 Search Terms
description: >-
What search terms did you use when trying to find an existing bug report, looking in both open and closed issues?
List them here so people in the future can find this one more easily.
- type: textarea # Problem Definition
validations:
required: true
Expand Down
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ body:
- type: markdown # Form Header
attributes:
value: |
This issue form is for requesting features only! Please help us reduce duplicate issues by searching through both
open and closed issues though. It only takes 5 minutes and helps us with housekeeping. :)
This issue form is for requesting features only!
- type: input # Search Terms
validations:
required: true
attributes:
label: 🔎 Search Terms
description: >-
What search terms did you use when trying to find an existing feature request, looking in both open and closed issues?
List them here so people in the future can find this one more easily.
- type: textarea # Feature Definition
validations:
required: true
attributes:
label: The problem
label: The vision
description: >-
Please provide a clear and concise description of the feature you would like to see implemented.
- type: markdown # Feature Details Section
Expand Down

0 comments on commit 40ef309

Please sign in to comment.