Skip to content

Commit

Permalink
chore: github issue template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 25, 2022
1 parent 9d63dc6 commit 6756d79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
- type: dropdown
id: native-english
attributes:
label: Are you a (near)-native English speaker?
description: Because Alexa skills are inherently sensitive to clear pronunciation it is relevant to know whether you are a (near)-native English speaker or not.
options:
- label: 'Yes'
required: true
- label: 'No'
required: true
- 'Yes'
- 'No'
validations:
required: true
- type: textarea
id: bug-description
attributes:
Expand Down

0 comments on commit 6756d79

Please sign in to comment.