Skip to content

Commit a8f6c92

Browse files
committed
chore: add Environment field to bug report template
1 parent 6f5c1d7 commit a8f6c92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ body:
8383
validations:
8484
required: true
8585

86+
- type: dropdown
87+
id: environment
88+
attributes:
89+
label: Environment
90+
description: Which CI_ENVIRONMENT setting are you using?
91+
options:
92+
- production
93+
- development
94+
- testing
95+
validations:
96+
required: true
97+
8698
- type: input
8799
id: database
88100
attributes:

0 commit comments

Comments
 (0)