|
1 | 1 | name: 🐛 Bug Report |
2 | 2 | description: ⚠️ NEVER report security issues, email security AT spomky-labs.com instead |
3 | 3 | labels: Bug |
| 4 | + |
4 | 5 | body: |
5 | | - - type: input |
6 | | - id: affected-versions |
7 | | - attributes: |
8 | | - label: Version(s) affected |
9 | | - placeholder: x.y.z |
10 | | - validations: |
11 | | - required: true |
12 | | - - type: textarea |
13 | | - id: description |
14 | | - attributes: |
15 | | - label: Description |
16 | | - description: A clear and concise description of the problem |
17 | | - validations: |
18 | | - required: true |
19 | | - - type: textarea |
20 | | - id: how-to-reproduce |
21 | | - attributes: |
22 | | - label: How to reproduce |
23 | | - description: | |
24 | | - ⚠️ This is the most important part of the report ⚠️ |
25 | | - Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix. |
26 | | - Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily. |
27 | | - Most of the time, creating a "bug reproducer" is the best way to help us and increases the chances someone |
28 | | - will have a look at it. |
29 | | - validations: |
30 | | - required: true |
31 | | - - type: textarea |
32 | | - id: possible-solution |
33 | | - attributes: |
34 | | - label: Possible Solution |
35 | | - description: | |
36 | | - Optional: only if you have suggestions on a fix/reason for the bug |
37 | | - Don't hesitate to create a pull request with your solution, it helps get faster feedback. |
38 | | - - type: textarea |
39 | | - id: additional-context |
40 | | - attributes: |
41 | | - label: Additional Context |
42 | | - description: "Optional: any other context about the problem: log messages, screenshots, etc." |
| 6 | + - type: input |
| 7 | + id: affected-versions |
| 8 | + attributes: |
| 9 | + label: Version(s) affected |
| 10 | + placeholder: x.y.z |
| 11 | + validations: |
| 12 | + required: true |
| 13 | + - type: textarea |
| 14 | + id: description |
| 15 | + attributes: |
| 16 | + label: Description |
| 17 | + description: A clear and concise description of the problem |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + - type: textarea |
| 21 | + id: how-to-reproduce |
| 22 | + attributes: |
| 23 | + label: How to reproduce |
| 24 | + description: | |
| 25 | + ⚠️ This is the most important part of the report ⚠️ |
| 26 | + Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix. |
| 27 | + Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily. |
| 28 | + Most of the time, creating a "bug reproducer" is the best way to help us and increases the chances someone |
| 29 | + will have a look at it. |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: textarea |
| 33 | + id: possible-solution |
| 34 | + attributes: |
| 35 | + label: Possible Solution |
| 36 | + description: | |
| 37 | + Optional: only if you have suggestions on a fix/reason for the bug |
| 38 | + Don't hesitate to create a pull request with your solution, it helps get faster feedback. |
| 39 | + - type: textarea |
| 40 | + id: additional-context |
| 41 | + attributes: |
| 42 | + label: Additional Context |
| 43 | + description: "Optional: any other context about the problem: log messages, screenshots, etc." |
0 commit comments