bug_frontend.yaml (1767B)
1 name: Frontend Bug Report 2 description: Report an issue related to the web frontend 3 title: "[bug] Issue Title" 4 labels: ["bug", "frontend"] 5 assignees: [] 6 7 body: 8 - type: markdown 9 attributes: 10 value: | 11 Thanks for taking the time to fill out this bug report! Please be cautious with the sensitive information/logs while filing the issue. 12 13 - type: textarea 14 id: desc 15 attributes: 16 label: Describe the bug with a clear and concise description of what the bug is. Please include screenshots of any visual issues. 17 validations: 18 required: true 19 20 - type: input 21 id: GoToSocial-Version 22 attributes: 23 label: What's your GoToSocial Version? 24 description: Enter the Version of your GoToSocial Installation 25 placeholder: e.g. v0.3.4 26 validations: 27 required: true 28 29 - type: input 30 id: Browser-Version 31 attributes: 32 label: Browser version 33 description: What browser(s) and versions are you using that show this bug? 34 placeholder: Firefox 103.0b9 (64-bit) 35 validations: 36 required: true 37 38 - type: textarea 39 id: what-happened 40 attributes: 41 label: What happened? 42 description: Enter exactly what happened. 43 validations: 44 required: false 45 46 - type: textarea 47 id: what-expected 48 attributes: 49 label: What you expected to happen? 50 description: Enter what you expected to happen. 51 validations: 52 required: false 53 54 - type: textarea 55 id: how-to-reproduce 56 attributes: 57 label: How to reproduce it? 58 description: As minimally and precisely as possible. 59 validations: 60 required: false 61 62 - type: textarea 63 id: anything-else 64 attributes: 65 label: Anything else we need to know? 66 validations: 67 required: false