|
| 1 | +name: Bug Report 🐛 |
| 2 | +description: Create a bug report |
| 3 | +title: "<descriptive title goes here>" |
| 4 | +labels: [bug] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for your interest in this project! |
| 10 | +
|
| 11 | + Please read the following instructions carefully. |
| 12 | + Having detailed, yet not overcomplicated feedback will help us resolve the issue efficiently 🚀 |
| 13 | +
|
| 14 | + **Before reporting a bug, please search for a similar problem in the issues section** |
| 15 | + - type: checkboxes |
| 16 | + id: checks |
| 17 | + attributes: |
| 18 | + label: Initial check. |
| 19 | + description: Please go through the options carefully. |
| 20 | + options: |
| 21 | + - label: I added a very descriptive title above. |
| 22 | + required: true |
| 23 | + - label: I searched through the issues in this repository to find a similar problem, but didn't find any. |
| 24 | + required: true |
| 25 | + - label: I searched the documentation and found no explanation. |
| 26 | + required: true |
| 27 | + - label: I searched through Google (including the 2nd page of results) and didn't find any relevant information. |
| 28 | + required: true |
| 29 | + - label: I asked ChatGPT for help but did not get any meaningful response. |
| 30 | + required: false |
| 31 | + - type: textarea |
| 32 | + id: description |
| 33 | + attributes: |
| 34 | + label: Please describe what triggered the error. |
| 35 | + description: Add a self-contained, [minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) with your use case. |
| 36 | + placeholder: If you can copy it, run it, and see it right away, there's a much higher chance someone will be able to help you. |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: textarea |
| 40 | + id: expected |
| 41 | + attributes: |
| 42 | + label: What did you expect to happen? |
| 43 | + description: How should the program behave without the bug? |
| 44 | + placeholder: Describe the ideal outcome. |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + - type: textarea |
| 48 | + id: error |
| 49 | + attributes: |
| 50 | + label: What went wrong? |
| 51 | + description: What kind of error message did you get? |
| 52 | + placeholder: You should add terminal logs. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: input |
| 56 | + id: gpp_version |
| 57 | + attributes: |
| 58 | + label: Please specify your compiler's version. |
| 59 | + placeholder: g++ --version |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: dropdown |
| 63 | + id: os_version |
| 64 | + attributes: |
| 65 | + label: Operating System |
| 66 | + options: |
| 67 | + - Linux |
| 68 | + - macOS |
| 69 | + - Microsoft Windows |
| 70 | + - Other |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + - type: checkboxes |
| 74 | + id: terms |
| 75 | + attributes: |
| 76 | + label: Code of Conduct |
| 77 | + options: |
| 78 | + - label: I agree to follow this project's [Code of Conduct](https://github.com/AngryMaciek/hypercomplex/blob/master/CODE_OF_CONDUCT.md) |
| 79 | + required: true |
| 80 | + - type: textarea |
| 81 | + id: context |
| 82 | + attributes: |
| 83 | + label: Additional information |
| 84 | + description: Add any additional context or screenshots you think might be useful or helpful. |
| 85 | + validations: |
| 86 | + required: false |
| 87 | + - type: markdown |
| 88 | + attributes: |
| 89 | + value: | |
| 90 | +
|
| 91 | +
|
| 92 | + *Thank you for your contribution!* |
0 commit comments