mirror of
https://github.com/warpdotdev/Warp.git
synced 2024-11-29 01:42:59 +03:00
GH_Bug_temp_CI (#1557)
Added blocker question, updated question language.
This commit is contained in:
parent
c47ce26d60
commit
9e30cec16b
18
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user