Skip to content

Commit 63ad474

Browse files
authored
Adds issue template for bug report
1 parent 150981a commit 63ad474

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: "\U0001F41E Bug Report"
2+
description: Found a bug? Please fill in the report below to help us improve
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: current_behaviour
7+
attributes:
8+
label: Current Behavior
9+
description: Describe what happens when you encounter the issue. Feel free to include errors or attachments to highlight the incorrect behavior.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: expected_behaviour
14+
attributes:
15+
label: Expected Behavior
16+
description: Outline the intended behavior of the functionality.
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: steps
21+
attributes:
22+
label: Steps to Reproduce
23+
description: |
24+
List the steps needed to replicate the issue, including relevant links, code snippets, etc.
25+
value: |
26+
1.
27+
2.
28+
3.
29+
validations:
30+
required: true
31+
- type: input
32+
id: botiga_version_is
33+
attributes:
34+
label: Environment Where the Issue is Reproducible
35+
description: Specify the aThemes Blocks Core version or branch where the issue occurs.
36+
placeholder: e.g. Core 1.8.4 or Core 1.8.5 (develop).
37+
validations:
38+
required: false
39+
- type: input
40+
id: botiga_version_is_not
41+
attributes:
42+
label: Environment Where the Issue is NOT Reproducible
43+
description: Specify the aThemes Blocks Core version, or branch where the issue is NOT present.
44+
placeholder: e.g. Core 1.8.4 or Core 1.8.5 (develop).
45+
validations:
46+
required: false
47+
- type: textarea
48+
id: notes
49+
attributes:
50+
label: Additional Notes & Attachments
51+
description: Share any extra details or attachments that might help, such as a suggested fix, related HelpScout ticket, or end-to-end test references.

0 commit comments

Comments
 (0)