github.com/containerd/nerdctl@v1.7.7/.github/ISSUE_TEMPLATE/bug_report.yaml (about) 1 name: Bug report 2 description: Create a bug report to help improve nerdctl 3 labels: kind/unconfirmed-bug-claim 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 If you are reporting a new issue, make sure that we do not have any duplicates 9 already open. You can ensure this by searching the issue list for this 10 repository. If there is a duplicate, please close your issue and add a comment 11 to the existing issue instead. 12 13 Please also see [the FAQs and Troubleshooting](https://github.com/containerd/nerdctl/blob/main/docs/faq.md). 14 15 - type: textarea 16 attributes: 17 label: Description 18 description: | 19 Briefly describe the problem you are having in a few paragraphs. 20 validations: 21 required: true 22 23 - type: textarea 24 attributes: 25 label: Steps to reproduce the issue 26 value: | 27 1. 28 2. 29 3. 30 31 - type: textarea 32 attributes: 33 label: Describe the results you received and expected 34 validations: 35 required: true 36 37 - type: textarea 38 attributes: 39 label: What version of nerdctl are you using? 40 placeholder: nerdctl version 41 validations: 42 required: true 43 44 - type: dropdown 45 attributes: 46 label: Are you using a variant of nerdctl? (e.g., Rancher Desktop) 47 options: 48 - Rancher Desktop for Windows 49 - Rancher Desktop for macOS 50 - Lima 51 - Colima 52 - Others 53 54 - type: textarea 55 attributes: 56 label: Host information 57 placeholder: nerdctl info