···11name: "Bug Report"
22-description: "Create a report for an issue you have experience in the app."
22+description: "Create a report for an issue you have experienced in the app."
33labels: ["bug"]
44body:
55 - type: markdown
···1919 4. See error
2020 validations:
2121 required: true
2222- - type: textarea
2222+ - type: upload
2323 attributes:
2424 label: Attachments
2525 description: |
2626 If possible, please provide any images or videos that may help us understand the issue you are experiencing.
2727 validations:
2828 required: false
2929+ accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
2930 - type: dropdown
3031 attributes:
3132 label: What platform(s) does this occur on?
+2-1
.github/ISSUE_TEMPLATE/bug_report_fabric.yml
···2626 4. See error
2727 validations:
2828 required: true
2929- - type: textarea
2929+ - type: upload
3030 attributes:
3131 label: Attachments
3232 description: |
3333 If possible, please provide any images or videos that may help us understand the issue you are experiencing.
3434 validations:
3535 required: false
3636+ accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
3637 - type: dropdown
3738 attributes:
3839 label: What platform(s) does this occur on?
+2-1
.github/ISSUE_TEMPLATE/feature_request.yml
···1515 implement it in a timely manner.
1616 validations:
1717 required: true
1818- - type: textarea
1818+ - type: upload
1919 attributes:
2020 label: Attachments
2121 description: |
···2424 in or is missing from.
2525 validations:
2626 required: false
2727+ accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm"
2728 - type: textarea
2829 attributes:
2930 label: Describe Alternatives