Update bug_template.yml

This commit is contained in:
Tim Lowden
2024-01-18 11:30:43 -05:00
committed by GitHub
parent 98b11dc3c4
commit d49fb8867e

View File

@@ -5,8 +5,6 @@ title: "Bug: [Brief description of the bug]"
labels: labels:
- "Type: Bug" - "Type: Bug"
assignees:
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -29,13 +27,30 @@ body:
value: "A bug happened!" value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - 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 id: page
attributes: attributes:
label: What pages did this appear on? label: What pages did this appear on?
description: please include URLs of where you saw the bug description: please include URLs of where you saw the bug
validations: validations:
required: true required: true
- type: textarea
id: reproSteps
attributes:
label: "Detail the steps for someone to reproduce"
description: "Reproduction steps"
validations:
required: true
- type: dropdown - type: dropdown
id: browsers id: browsers
attributes: attributes:
@@ -52,4 +67,4 @@ body:
label: Relevant log output 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. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell render: shell
required: false