Skip to content

Commit

Permalink
Add browser dropdown to bug report form (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored Apr 27, 2023
2 parents 1dbcf7e + d0f51d1 commit f0524f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,19 @@ body:
label: jwt-decode version
validations:
required: true

- type: dropdown
id: environment-browser
attributes:
label: Which browsers have you tested in?
multiple: true
options:
- Chrome
- Edge
- Safari
- Firefox
- Opera
- IE
- Other
validations:
required: true

0 comments on commit f0524f3

Please sign in to comment.