Skip to content

Commit 11f0130

Browse files
authored
chore: add Environment field to bug report template (codeigniter4#9864)
* chore: add Environment field to bug report template * chore: enable multi-select for environment in bug report form * chore: add self-env * chore: use Other(custom) for options * Apply suggestions from code review
1 parent 0cb202f commit 11f0130

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ 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+
multiple: true
92+
options:
93+
- production
94+
- development
95+
- testing
96+
- other (custom)
97+
validations:
98+
required: true
99+
86100
- type: input
87101
id: database
88102
attributes:

0 commit comments

Comments
 (0)