Skip to content

Commit

Permalink
Merge pull request #1121 from GSA/tdlowden-patch-3
Browse files Browse the repository at this point in the history
Update bug_template.yml
  • Loading branch information
jonathanbobel authored Jan 18, 2024
2 parents 98b11dc + a1440ae commit 17b1352
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: "Bug: [Brief description of the bug]"
labels:
- "Type: Bug"

assignees:

body:
- type: markdown
attributes:
Expand All @@ -29,13 +27,31 @@ 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:
label: What pages did this appear on?
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:
Expand All @@ -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

0 comments on commit 17b1352

Please sign in to comment.