Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update issue templates to take uploads, and fix typo (#10036)

authored by

heikadog and committed by
GitHub
0c7b2d53 850e6e6f

+7 -4
+3 -2
.github/ISSUE_TEMPLATE/bug_report.yml
··· 1 1 name: "Bug Report" 2 - description: "Create a report for an issue you have experience in the app." 2 + description: "Create a report for an issue you have experienced in the app." 3 3 labels: ["bug"] 4 4 body: 5 5 - type: markdown ··· 19 19 4. See error 20 20 validations: 21 21 required: true 22 - - type: textarea 22 + - type: upload 23 23 attributes: 24 24 label: Attachments 25 25 description: | 26 26 If possible, please provide any images or videos that may help us understand the issue you are experiencing. 27 27 validations: 28 28 required: false 29 + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" 29 30 - type: dropdown 30 31 attributes: 31 32 label: What platform(s) does this occur on?
+2 -1
.github/ISSUE_TEMPLATE/bug_report_fabric.yml
··· 26 26 4. See error 27 27 validations: 28 28 required: true 29 - - type: textarea 29 + - type: upload 30 30 attributes: 31 31 label: Attachments 32 32 description: | 33 33 If possible, please provide any images or videos that may help us understand the issue you are experiencing. 34 34 validations: 35 35 required: false 36 + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" 36 37 - type: dropdown 37 38 attributes: 38 39 label: What platform(s) does this occur on?
+2 -1
.github/ISSUE_TEMPLATE/feature_request.yml
··· 15 15 implement it in a timely manner. 16 16 validations: 17 17 required: true 18 - - type: textarea 18 + - type: upload 19 19 attributes: 20 20 label: Attachments 21 21 description: | ··· 24 24 in or is missing from. 25 25 validations: 26 26 required: false 27 + accept: ".png,.jpg,.jpeg,.gif,.webp,.mp4,.mov,.webm" 27 28 - type: textarea 28 29 attributes: 29 30 label: Describe Alternatives