mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Merge pull request #1121 from GSA/tdlowden-patch-3
Update bug_template.yml
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_template.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_template.yml
vendored
@@ -5,8 +5,6 @@ title: "Bug: [Brief description of the bug]"
|
||||
labels:
|
||||
- "Type: Bug"
|
||||
|
||||
assignees:
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -29,6 +27,17 @@ body:
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: In which environment did you experience the bug?
|
||||
options:
|
||||
- staging
|
||||
- demo
|
||||
- production
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: page
|
||||
attributes:
|
||||
@@ -36,6 +45,13 @@ body:
|
||||
description: please include URLs of where you saw the bug
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproSteps
|
||||
attributes:
|
||||
label: "Detail the steps for someone to reproduce"
|
||||
description: "Reproduction steps"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
@@ -52,4 +68,4 @@ body:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
required: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user