github.com/fiatjaf/generic-ristretto@v0.0.1/.github/ISSUE_TEMPLATE/bug_report.yml (about) 1 name: "🐞 Bug Report" 2 description: File a bug report 3 title: "[BUG]: <Title>" 4 labels: ["kind/bug", "status/triage"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thank you for reporting an issue. 10 If you suspect this could be a bug, please follow this template. 11 - type: textarea 12 attributes: 13 label: What version of Ristretto are you using? 14 description: Copy and paste the tag or commit hash used in your application's go.mod file. 15 placeholder: | 16 Paste here. 17 validations: 18 required: false 19 - type: textarea 20 attributes: 21 label: What version of Go are you using? 22 description: Copy and paste all you see using the command 'go version'. 23 placeholder: | 24 Paste here. 25 validations: 26 required: false 27 - type: dropdown 28 attributes: 29 label: Have you tried reproducing the issue with the latest release? 30 options: 31 - "Yes" 32 - "No" 33 validations: 34 required: false 35 - type: textarea 36 attributes: 37 label: What is the hardware spec (RAM, CPU, OS)? 38 description: Share all possible context of your machine. 39 placeholder: | 40 Type here. 41 validations: 42 required: true 43 - type: textarea 44 attributes: 45 label: What steps will reproduce the bug? 46 description: Enter details about your bug (command/config used to set up Ristretto). 47 placeholder: | 48 Type here. 49 validations: 50 required: true 51 - type: textarea 52 attributes: 53 label: Expected behavior and actual result. 54 description: Enter details about your expectations. 55 placeholder: | 56 Type here. 57 validations: 58 required: false 59 - type: textarea 60 attributes: 61 label: Additional information 62 description: Tell us anything else you think we should know.