GH_Bug_temp_CI (#1557)

Added blocker question, updated question language.
This commit is contained in:
ciyer64 2022-06-27 18:36:10 -04:00 committed by GitHub
parent c47ce26d60
commit 9e30cec16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,13 @@ body:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
placeholder: Tell us what you see.
render: text
validations:
required: true
- type: textarea
id: "to-reproduce"
attributes:
label: "To Reproduce"
description: "Bug reports with clear reproduction will get prioritized higher."
description: "Bug reports with clear reproduction will get prioritized higher and addressed more quickly."
value: |
Steps to reproduce:
1. Go to '...'
@ -37,14 +36,13 @@ body:
label: "Expected behaviour"
description: "A clear and concise description of what you expected to happen."
placeholder: Tell us what you expect to see.
render: text
validations:
required: false
- type: textarea
id: "screenshots"
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain your problem."
description: "If applicable, add screenshots to help explain your problem. While optional, screenshots can help expedite the time in which your bug is addressed."
validations:
required: false
- type: dropdown
@ -84,9 +82,19 @@ body:
attributes:
label: "Additional context"
description: "Add any other context about the problem here."
render: text
validations:
required: false
- type: dropdown
id: "blocker"
attributes:
label: "Does this block you from using Warp daily?"
description: "All feedback will be reviewed, even if you select 'No'."
multiple: false
options:
- Yes
- No
validations:
required: true
- type: dropdown
id: "triage"
attributes: