|
| 1 | +name: 🐞 Bug Report |
| 2 | +description: Provide a general summary of the bug in the title below. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + **Thank you :heart: for taking the time to fill out this bug report!** |
| 11 | + - type: dropdown |
| 12 | + id: severity |
| 13 | + validations: |
| 14 | + required: true |
| 15 | + attributes: |
| 16 | + label: Severity |
| 17 | + description: How severe is the bug in your opinion? |
| 18 | + multiple: false |
| 19 | + options: |
| 20 | + - "Trivial" |
| 21 | + - "Medium" |
| 22 | + - "High" |
| 23 | + - "Critical" |
| 24 | + - "Blocker" |
| 25 | + - type: input |
| 26 | + id: version |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + attributes: |
| 30 | + label: What release version, tag or commit-hash did you use? |
| 31 | + description: Please include a link if possible. |
| 32 | + placeholder: v0.1.0 or 06f432a00e4c66804202c91bdfb9c9b12823928b |
| 33 | + - type: textarea |
| 34 | + id: current-behavior |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + attributes: |
| 38 | + label: Current Behavior |
| 39 | + description: Tell us what happened instead of the expected behavior. |
| 40 | + placeholder: Error message appeared when I cloned a repository... |
| 41 | + - type: textarea |
| 42 | + id: steps-to-reproduce |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + attributes: |
| 46 | + label: Steps to Reproduce |
| 47 | + description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant |
| 48 | + placeholder: | |
| 49 | + 1. ... |
| 50 | + 2. ... |
| 51 | + 3. ... |
| 52 | + - type: textarea |
| 53 | + id: expected-behavior |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + attributes: |
| 57 | + label: Expected Behavior |
| 58 | + description: Tell us what should happen |
| 59 | + placeholder: Clone of repository shall be prune of errors. |
| 60 | + - type: textarea |
| 61 | + id: possible-solution |
| 62 | + validations: |
| 63 | + required: false |
| 64 | + attributes: |
| 65 | + label: Possible Solution |
| 66 | + description: Fix/reason of the bug suggestion |
| 67 | + placeholder: A possible solution or fix is... |
| 68 | + - type: textarea |
| 69 | + id: additional-information |
| 70 | + validations: |
| 71 | + required: false |
| 72 | + attributes: |
| 73 | + label: Additional Information |
| 74 | + description: Provide an additional detailed description / screenshots / evidences of the bug |
| 75 | + placeholder: I would like to add... |
| 76 | + - type: checkboxes |
| 77 | + id: code-of-conduct |
| 78 | + attributes: |
| 79 | + label: Code of Conduct |
| 80 | + description: By submitting this issue, you agree to follow our "Code of Conduct". |
| 81 | + options: |
| 82 | + - label: I agree to follow this project's "Code of Conduct". |
| 83 | + required: true |
0 commit comments