|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +assignees: |
| 6 | + - 0xtekgrinder # Update it |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report! |
| 12 | + - type: textarea |
| 13 | + id: description |
| 14 | + attributes: |
| 15 | + label: Description |
| 16 | + description: Describe your bug shortly. |
| 17 | + placeholder: Tell us what you see! |
| 18 | + value: "A bug happened!" |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + id: what-happened |
| 23 | + attributes: |
| 24 | + label: What happened? |
| 25 | + description: Describe your bug with as much details as possible. |
| 26 | + placeholder: Tell us what you see! |
| 27 | + value: "A bug happened!" |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: textarea |
| 31 | + id: expected-behaviour |
| 32 | + attributes: |
| 33 | + label: Expected behaviour |
| 34 | + description: Describe what should happened with as much details as possible. |
| 35 | + placeholder: Tell us what should happened! |
| 36 | + value: "This should happened!" |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: textarea |
| 40 | + id: environment |
| 41 | + attributes: |
| 42 | + label: Environment |
| 43 | + description: Describe your environment with as much details as possible. |
| 44 | + placeholder: Tell us what is your environment! |
| 45 | + value: "- OS and version\n- Branch that causes this bug" |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: textarea |
| 49 | + id: steps-to-reproduce |
| 50 | + attributes: |
| 51 | + label: Steps to reproduce |
| 52 | + description: List the steps to reproduce with as much details as possible. |
| 53 | + placeholder: Tell us how to reproduce this bug! |
| 54 | + value: "- You have to do this!\n- Then this!" |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: textarea |
| 58 | + id: logs |
| 59 | + attributes: |
| 60 | + label: Relevant log output |
| 61 | + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
| 62 | + render: C++ |
| 63 | + validations: |
| 64 | + required: false |
| 65 | + - type: textarea |
| 66 | + id: proposed-solution |
| 67 | + attributes: |
| 68 | + label: Proposed solution |
| 69 | + description: If you have an idea of how to fix this issue, please write it down here, so we can begin discussing it. |
| 70 | + validations: |
| 71 | + required: false |
0 commit comments