We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5c1d7 commit a8f6c92Copy full SHA for a8f6c92
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -83,6 +83,18 @@ body:
83
validations:
84
required: true
85
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
+
98
- type: input
99
id: database
100
attributes:
0 commit comments