|
| 1 | +name: "🐛 Bug report" |
| 2 | +description: Report errors or unexpected behavior |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["type/bug", "triage-needed"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report, please make sure to [search for existing issues](https://github.com/InternRobotics/InternUtopia/issues) before filing a new one! |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: bug-description |
| 13 | + attributes: |
| 14 | + label: Bug Description |
| 15 | + placeholder: | |
| 16 | + A clear and concise description of what the bug is. |
| 17 | + Try to isolate the issue to help the community to reproduce it easily and increase chances for a fast fix. |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: steps-to-reproduce |
| 23 | + attributes: |
| 24 | + label: Steps to Reproduce |
| 25 | + placeholder: | |
| 26 | + Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful. |
| 27 | +
|
| 28 | + <!-- Please post terminal logs, minimal example to reproduce, or command to run under three backticks (```) to allow code formatting. |
| 29 | +
|
| 30 | + ``` |
| 31 | + Paste your error here |
| 32 | + ``` |
| 33 | +
|
| 34 | + For more information on this, check: https://www.markdownguide.org/extended-syntax/#fenced-code-blocks |
| 35 | +
|
| 36 | + --> |
| 37 | + value: | |
| 38 | + Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful. |
| 39 | +
|
| 40 | + <!-- Please post terminal logs, minimal example to reproduce, or command to run under three backticks (```) to allow code formatting. |
| 41 | +
|
| 42 | + ``` |
| 43 | + Paste your error here |
| 44 | + ``` |
| 45 | +
|
| 46 | + For more information on this, check: https://www.markdownguide.org/extended-syntax/#fenced-code-blocks |
| 47 | +
|
| 48 | + --> |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + |
| 52 | + - type: textarea |
| 53 | + id: expected-behavior |
| 54 | + attributes: |
| 55 | + label: Expected Behavior |
| 56 | + placeholder: "A clear and concise description of what you expected to happen." |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: screenshots-videos |
| 62 | + attributes: |
| 63 | + label: Screenshots/Videos |
| 64 | + placeholder: "If applicable, add screenshots and/or a video to help explain your problem." |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: desktop-device |
| 68 | + attributes: |
| 69 | + label: Environment |
| 70 | + placeholder: | |
| 71 | + - OS: [e.g. Ubuntu 22.04] |
| 72 | + - GPU/CPU [e.g. A100, RTX 4090, i9-14900K] |
| 73 | + - GPU-driver version |
| 74 | + value: | |
| 75 | + - OS: [e.g. Ubuntu 22.04] |
| 76 | + - GPU/CPU [e.g. A100, RTX 4090, i9-14900K] |
| 77 | + - GPU-driver version |
| 78 | + validations: |
| 79 | + required: true |
| 80 | + |
| 81 | + - type: textarea |
| 82 | + id: version |
| 83 | + attributes: |
| 84 | + label: Release version or Commit ID |
| 85 | + placeholder: | |
| 86 | + Please provide: |
| 87 | + - a) **version number** of the release causing the issue, OR |
| 88 | + - b) **SHA/hash** of the latest commit if working from git. You can get this by running the `git rev-parse HEAD` command on your current branch. |
| 89 | + validations: |
| 90 | + required: true |
| 91 | + |
| 92 | + - type: textarea |
| 93 | + id: additional-context |
| 94 | + attributes: |
| 95 | + label: Additional Context |
| 96 | + placeholder: "Add any other context about the problem here." |
0 commit comments