github.com/icexin/eggos@v0.4.2-0.20220216025428-78b167e4f349/.github/ISSUE_TEMPLATE/BUG.yml (about) 1 name: Bugs and Errors 2 description: File a bug report, or tell us about another error 3 title: "[Bug]: " 4 labels: ["bug", "triage"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thanks for taking the time to open this issue. 10 11 Before submitting, please ensure you're using go 1.16.x. Please see [the FAQ](/FAQ.md) for more information. 12 - type: textarea 13 id: what-happened 14 attributes: 15 label: Describe your bug or error 16 description: | 17 What happened? What did you expect to happen? 18 placeholder: Tell us what you see! 19 validations: 20 required: true 21 - type: input 22 id: version 23 attributes: 24 label: Go Version 25 description: What is the output of `go version`? 26 placeholder: go version go1..... 27 validations: 28 required: true 29 - type: textarea 30 id: logs 31 attributes: 32 label: Relevant log output 33 description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. 34 render: shell