github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/.github/ISSUE_TEMPLATE/bug.yml (about) 1 name: Bug Report 2 description: File a bug report 3 title: "[Bug]: " 4 labels: [bug] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thank you for taking the time to fill out this report. Remember that these issues are public and if you need to discuss implementation specific issues securely, please [use our support portal](https://support.instana.com/hc/en-us). 10 - type: textarea 11 id: problem-description 12 attributes: 13 label: Problem Description 14 description: What was the issue that caused you to file this bug? 15 validations: 16 required: true 17 - type: textarea 18 id: mcve 19 attributes: 20 label: Minimal, Complete, Verifiable, Example 21 description: Can you provide steps needed to reproduce this issue outside of your application? 22 validations: 23 required: false 24 - type: input 25 id: go-version 26 attributes: 27 label: Go Version 28 description: What version of Go was the application compiled with when it encountered this bug? 29 placeholder: go1.x 30 validations: 31 required: true 32 - type: textarea 33 id: gomod 34 attributes: 35 label: go.mod 36 description: Please paste the contents of the go.mod for the application that was affected by this bug. 37 render: shell 38 validations: 39 required: true 40 - type: textarea 41 id: goenv 42 attributes: 43 label: go env 44 description: Please paste the output of `go env` from the machine that has been used to build the application. 45 render: shell 46 validations: 47 required: true