|
5 | 5 | - type: textarea |
6 | 6 | attributes: |
7 | 7 | label: Describe the bug |
8 | | - description: Provide a clear and concise description of what the bug is. |
| 8 | + description: Provide a clear and concise description of what the bug is. Include screenshots if applicable. |
9 | 9 | validations: |
10 | 10 | required: true |
11 | 11 | - type: textarea |
12 | 12 | attributes: |
13 | 13 | label: Steps to reproduce |
14 | | - description: Provide detailed steps to replicate the bug. |
| 14 | + description: | |
| 15 | + Provide detailed steps to replicate the bug. Make sure to describe the current behavior. |
| 16 | + If applicable, include full errors, stack traces, and/or relevant logs. |
15 | 17 | placeholder: | |
16 | 18 | 1. In this environment... |
17 | 19 | 2. With this config... |
18 | 20 | 3. Run '...' |
19 | 21 | 4. See error... |
20 | 22 | validations: |
21 | 23 | required: true |
22 | | - - type: textarea |
23 | | - attributes: |
24 | | - label: Expected behavior |
25 | | - description: What did you expect to happen? |
26 | | - validations: |
27 | | - required: true |
28 | | - - type: textarea |
29 | | - attributes: |
30 | | - label: Current behavior |
31 | | - description: | |
32 | | - What actually happened? |
33 | | -
|
34 | | - Include full errors, stack traces, and/or relevant logs. |
35 | | - validations: |
36 | | - required: true |
37 | 24 | - type: textarea |
38 | 25 | attributes: |
39 | 26 | label: Acceptance Criteria |
40 | 27 | description: | |
41 | 28 | Provide the criteria that must be met in order for this issue to be considered fixed. |
42 | | - Be specific, and consider potential edge cases. |
43 | | - validations: |
44 | | - required: true |
45 | | - - type: textarea |
46 | | - attributes: |
47 | | - label: Possible reason(s) |
48 | | - description: Provide any insights into what might be causing the issue. |
49 | | - validations: |
50 | | - required: false |
51 | | - - type: textarea |
52 | | - attributes: |
53 | | - label: Suggested fix |
54 | | - description: Provide any suggestions on how to resolve the bug. |
55 | | - validations: |
56 | | - required: false |
57 | | - - type: textarea |
58 | | - attributes: |
59 | | - label: Branch, commit, and/or version |
60 | | - description: Provide the branch, commit, and/or version you're using. |
| 29 | + Be specific, and consider potential edge cases. The criteria should be observable and testable. |
61 | 30 | placeholder: | |
62 | | - branch: issue-1 |
63 | | - commit: abc123d |
| 31 | + Given a user or system is in ... (a page, workflow, or state) |
| 32 | + And ... (optional other criteria that needs to be met) |
| 33 | + When the user ... (action) |
| 34 | + Then ... (expected outcome) |
| 35 | + And ... (additional observable outcome) |
64 | 36 | validations: |
65 | 37 | required: true |
66 | 38 | - type: textarea |
67 | 39 | attributes: |
68 | | - label: Screenshots |
69 | | - description: If applicable, add screenshots with descriptions to help explain your problem. |
| 40 | + label: Possible reason(s)/Suggested Fix |
| 41 | + description: Provide any insights into what might be causing the issue and/or how to resolve it. |
70 | 42 | validations: |
71 | 43 | required: false |
72 | 44 | - type: textarea |
73 | 45 | attributes: |
74 | | - label: Environment details |
75 | | - description: Provide environment details (OS name and version, etc). |
76 | | - validations: |
77 | | - required: true |
78 | | - - type: textarea |
79 | | - attributes: |
80 | | - label: Additional details |
81 | | - description: Provide any other additional details about the problem. |
82 | | - validations: |
83 | | - required: false |
84 | | - - type: dropdown |
85 | | - attributes: |
86 | | - label: Contribution |
87 | | - description: Can you contribute to the development of this feature? |
88 | | - options: |
89 | | - - "Yes, I can create a PR for this fix." |
90 | | - - "Yes, but I can only provide ideas and feedback." |
91 | | - - "No, I cannot contribute." |
92 | | - validations: |
93 | | - required: false |
| 46 | + label: Environment & Version |
| 47 | + description: | |
| 48 | + Provide the branch, commit, and/or version you're using, along with environment details |
| 49 | + (e.g., OS name and version, browser, runtime, deployment environment). |
| 50 | + placeholder: | |
| 51 | + branch: |
| 52 | + commit: |
| 53 | + version: |
| 54 | + browser (if applicable - Chrome, Firefox, Safari, etc.): |
| 55 | + deployment environment (dev, prod, staging, local): |
| 56 | + operating system (Mac, Windows, Linux, other): |
| 57 | + validations: |
| 58 | + required: true |
0 commit comments