|
1 | 1 | name: 🐞 Bug report
|
2 |
| -description: File a bug/issue to help us improve |
| 2 | +description: Report a bug or documentation issue to help us improve |
3 | 3 | title: "[BUG]"
|
4 | 4 | labels: [bug, needs-triage]
|
5 | 5 | body:
|
|
8 | 8 | label: Is there an existing issue for this?
|
9 | 9 | description: Please search to see if an issue already exists for the bug you encountered.
|
10 | 10 | options:
|
11 |
| - - label: I have searched the existing issues |
| 11 | + - label: I have searched the existing issues. |
12 | 12 | required: true
|
13 | 13 | - type: dropdown
|
14 | 14 | id: area
|
15 | 15 | attributes:
|
16 |
| - label: What type of issue are you facing |
17 |
| - description: What type of issue are you facing? |
| 16 | + label: Issue Type |
| 17 | + description: Choose the type of issue you'd like to report. |
18 | 18 | options:
|
19 |
| - - bug report |
20 |
| - - documentation issue |
| 19 | + - Bug Report |
| 20 | + - Documentation Issue |
21 | 21 | validations:
|
22 | 22 | required: true
|
23 | 23 | - type: textarea
|
24 | 24 | attributes:
|
25 |
| - label: Describe the bug |
26 |
| - description: Provide a clear and concise description of what the bug is. |
| 25 | + label: Descripton |
| 26 | + description: Provide a clear and concise description of the problem. Describe where it appears, when it occurred, and what it affects. |
27 | 27 | validations:
|
28 | 28 | required: true
|
29 | 29 | - type: textarea
|
30 | 30 | attributes:
|
31 | 31 | label: Expected Behavior
|
32 |
| - description: A concise description of what you expected to happen. |
| 32 | + description: Describe what you expect to happen. |
33 | 33 | validations:
|
34 | 34 | required: false
|
35 | 35 | - type: textarea
|
36 | 36 | attributes:
|
37 |
| - label: Add screenshots to help explain your problem |
| 37 | + label: Screenshots |
38 | 38 | description: |
|
39 |
| - If applicable, add screenshots to help explain your problem. |
| 39 | + Optionally, add screenshots to help explain your problem. |
40 | 40 |
|
41 |
| - Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. |
| 41 | + Tip: To attach images or files, click this area to highlight it and then drag files in. |
42 | 42 | validations:
|
43 | 43 | required: false
|
44 | 44 | - type: textarea
|
45 | 45 | attributes:
|
46 |
| - label: Additional context |
| 46 | + label: Additional Context |
47 | 47 | description: |
|
48 |
| - Add any other context like links or references about the problem here. Anything that will give us more context about the issue you are encountering! |
| 48 | + Add any other context, like links or references about the problem. Anything that gives us more context about the issue you are encountering. |
49 | 49 |
|
50 |
| - Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. |
| 50 | + Tip: To attach images or files, click this area to highlight it and then drag files in. |
51 | 51 | validations:
|
52 | 52 | required: false
|
0 commit comments