github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/.github/ISSUE_TEMPLATE/bug_report.yaml (about) 1 # Forked from https://github.com/containerd/nerdctl/blob/v1.2.1/.github/ISSUE_TEMPLATE/bug_report.yaml 2 name: Bug report 3 description: Create a bug report to help improve runc 4 labels: kind/unconfirmed-bug-claim 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 If you are reporting a new issue, make sure that we do not have any duplicates 10 already open. You can ensure this by searching the issue list for this 11 repository. If there is a duplicate, please close your issue and add a comment 12 to the existing issue instead. 13 14 When reporting a security issue, do not create an issue or file a pull request on GitHub. 15 See [`opencontainers/.github/SECURITY.md`](https://github.com/opencontainers/.github/blob/master/SECURITY.md). 16 17 - type: textarea 18 attributes: 19 label: Description 20 description: | 21 Briefly describe the problem you are having in a few paragraphs. 22 validations: 23 required: true 24 25 - type: textarea 26 attributes: 27 label: Steps to reproduce the issue 28 value: | 29 1. 30 2. 31 3. 32 33 - type: textarea 34 attributes: 35 label: Describe the results you received and expected 36 validations: 37 required: true 38 39 - type: textarea 40 attributes: 41 label: What version of runc are you using? 42 placeholder: runc --version 43 validations: 44 required: true 45 46 - type: textarea 47 attributes: 48 label: Host OS information 49 placeholder: cat /etc/os-release 50 51 - type: textarea 52 attributes: 53 label: Host kernel information 54 placeholder: uname -a