gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/.github/ISSUE_TEMPLATE/bug_report.yml (about) 1 name: Bug report 2 description: Create a bug report to help us improve 3 labels: 4 - 'type: bug' 5 body: 6 - type: textarea 7 id: description 8 attributes: 9 label: Description 10 description: > 11 A clear description of the bug. If possible, explicitly indicate the 12 expected behavior vs. the observed behavior. 13 placeholder: Describe the problem. 14 validations: 15 required: true 16 - type: textarea 17 id: repro 18 attributes: 19 label: Steps to reproduce 20 description: > 21 If available, please include detailed reproduction steps. 22 23 If the bug requires software that is not publicly available, see if it 24 can be reproduced with software that is publicly available. 25 placeholder: How can others reproduce the issue? 26 - type: markdown 27 attributes: 28 value: | 29 # Environment 30 31 Please include the following details of your environment. 32 - type: textarea 33 id: runscVersion 34 attributes: 35 label: "runsc version" 36 placeholder: "`runsc -version`" 37 render: shell 38 - type: textarea 39 id: docker 40 attributes: 41 label: "docker version (if using docker)" 42 placeholder: "`docker version` or `docker info`" 43 render: shell 44 - type: input 45 id: uname 46 attributes: 47 label: "uname" 48 placeholder: "`uname -a`" 49 - type: textarea 50 id: kubectl 51 attributes: 52 label: "kubectl (if using Kubernetes)" 53 placeholder: "`kubectl version` and `kubectl get nodes`" 54 render: shell 55 - type: input 56 id: gitDescribe 57 attributes: 58 label: "repo state (if built from source)" 59 placeholder: "`git describe`" 60 - type: textarea 61 id: runscLogs 62 attributes: 63 label: "runsc debug logs (if available)" 64 description: > 65 See the [debug guide](https://gvisor.dev/docs/user_guide/debugging/) 66 to learn about logging. 67 render: shell