github.com/cilium/ebpf@v0.15.1-0.20240517100537-8079b37aa138/.github/ISSUE_TEMPLATE/bug_report.yml (about) 1 name: Bug report 2 description: Create a report to help us improve 3 labels: ["bug"] 4 assignees: [] 5 6 body: 7 - type: markdown 8 attributes: 9 value: "Thank you for reporting a bug. Please fill out the fields below." 10 11 - type: textarea 12 attributes: 13 label: Describe the bug 14 description: | 15 A clear and concise description of what the bug is. 16 Include what you expected to happen instead. 17 validations: 18 required: true 19 20 - type: textarea 21 attributes: 22 label: How to reproduce 23 description: "Steps to reproduce the behavior." 24 validations: 25 required: true 26 27 - type: input 28 id: version 29 attributes: 30 label: Version information 31 description: The output of `go list -m github.com/cilium/ebpf`. 32 placeholder: github.com/cilium/ebpf vX.Y.Z 33 validations: 34 required: true