Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ body:
validations:
required: true

- type: dropdown
id: environment
attributes:
label: Environment
description: Which CI_ENVIRONMENT setting are you using?
multiple: true
options:
- production
- development
- testing
- other (custom)
validations:
required: true

- type: input
id: database
attributes:
Expand Down