bug_report.yaml (2256B)
1 name: Bug Report 2 description: Create a report to help us improve 3 title: "[bug] Issue Title" 4 labels: [bug] 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 - type: markdown 13 attributes: 14 value: | 15 ⚠️ If you're reporting an interoperability issue with a **closed source** 16 ActivityPub/Mastodon client or server, please report the issue to the 17 developers of that client or server instead. Without access to their 18 source debugging the issue is difficult for us. Since GoToSocial is 19 open source, developers of closed source implementations can run a copy 20 and autonomously debug the issue. We'll gladly address any bugs they 21 raise with us. 22 - type: textarea 23 id: desc 24 attributes: 25 label: Describe the bug with a clear and concise description of what the bug is. 26 validations: 27 required: true 28 29 - type: input 30 id: GoToSocial-Version 31 attributes: 32 label: What's your GoToSocial Version? 33 description: Enter the Version of your GoToSocial Installation 34 placeholder: e.g. v0.3.4 35 validations: 36 required: true 37 38 - type: input 39 id: GoToSocial-Arch 40 attributes: 41 label: GoToSocial Arch 42 description: What architecture do you use and did you do a Binary or Docker installation? 43 placeholder: e.g. arm64 Docker or arm64 Binary 44 validations: 45 required: false 46 47 - type: textarea 48 id: what-happened 49 attributes: 50 label: What happened? 51 description: Enter exactly what happened. 52 validations: 53 required: false 54 55 - type: textarea 56 id: what-expected 57 attributes: 58 label: What you expected to happen? 59 description: Enter what you expected to happen. 60 validations: 61 required: false 62 63 - type: textarea 64 id: how-to-reproduce 65 attributes: 66 label: How to reproduce it? 67 description: As minimally and precisely as possible. 68 validations: 69 required: false 70 71 - type: textarea 72 id: anything-else 73 attributes: 74 label: Anything else we need to know? 75 validations: 76 required: false