Update issue templates to take uploads, and fix typo (#10036)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: "Bug Report"
|
name: "Bug Report"
|
||||||
description: "Create a report for an issue you have experience in the app."
|
description: "Create a report for an issue you have experienced in the app."
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@@ -19,13 +19,14 @@ body:
|
|||||||
4. See error
|
4. See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: upload
|
||||||
attributes:
|
attributes:
|
||||||
label: Attachments
|
label: Attachments
|
||||||
description: |
|
description: |
|
||||||
If possible, please provide any images or videos that may help us understand the issue you are experiencing.
|
If possible, please provide any images or videos that may help us understand the issue you are experiencing.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What platform(s) does this occur on?
|
label: What platform(s) does this occur on?
|
||||||
|
|||||||
@@ -26,13 +26,14 @@ body:
|
|||||||
4. See error
|
4. See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: upload
|
||||||
attributes:
|
attributes:
|
||||||
label: Attachments
|
label: Attachments
|
||||||
description: |
|
description: |
|
||||||
If possible, please provide any images or videos that may help us understand the issue you are experiencing.
|
If possible, please provide any images or videos that may help us understand the issue you are experiencing.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What platform(s) does this occur on?
|
label: What platform(s) does this occur on?
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ body:
|
|||||||
implement it in a timely manner.
|
implement it in a timely manner.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: upload
|
||||||
attributes:
|
attributes:
|
||||||
label: Attachments
|
label: Attachments
|
||||||
description: |
|
description: |
|
||||||
@@ -24,6 +24,7 @@ body:
|
|||||||
in or is missing from.
|
in or is missing from.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe Alternatives
|
label: Describe Alternatives
|
||||||
|
|||||||
Reference in New Issue
Block a user