Skip to content

Commit

Permalink
Add environment to bug report form (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
musayann authored Dec 11, 2024
1 parent 2ca30a7 commit 9b680dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ body:
placeholder: Please write the steps in a list form
validations:
required: true
- type: dropdown
id: env
attributes:
label: What environment are you seeing the problem on?
multiple: true
options:
- Production
- Staging
- Dev
- type: dropdown
id: os
attributes:
Expand Down

0 comments on commit 9b680dc

Please sign in to comment.