Skip to content

Commit ca86a9e

Browse files
Update 01_bug_report.yml
Added component selection for bug report
1 parent b7880b7 commit ca86a9e

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed
Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
---
22
name: 🐛 Bug Report
3-
description: "File a bug report, if you've discovered a problem in Umbraco Commerce."
4-
labels: "bug"
3+
description: "Report a bug for Umbraco Commerce or its related providers/integrations."
4+
labels: ["bug"]
55
body:
6+
- type: dropdown
7+
id: component
8+
attributes:
9+
label: "Which component is this issue related to?"
10+
description: "Select the area where you've encountered the issue"
11+
options:
12+
- Umbraco Commerce (Core)
13+
- Payment Provider
14+
- Shipping Provider
15+
- Sales Tax Provider
16+
- Deploy
17+
- Checkout
18+
- Cart
19+
- Demo Store
20+
- Other / Not sure
21+
validations:
22+
required: true
623
- type: input
724
id: "version"
825
attributes:
@@ -15,47 +32,28 @@ body:
1532
attributes:
1633
label: "Bug summary"
1734
description: "Write a short summary of the bug."
18-
placeholder: >
19-
Try to pinpoint it as much as possible.
20-
21-
Try to state the actual problem, and not just what you think the solution might be.
35+
placeholder: "Try to pinpoint it as much as possible."
2236
validations:
2337
required: true
2438
- type: textarea
2539
attributes:
2640
label: "Specifics"
2741
id: "specifics"
28-
description: "Remember that you can format code and logs nicely with the `<>` button"
29-
placeholder: >
30-
Mention the URL where this bug occurs, if applicable
31-
32-
Please mention if you've checked it in other browsers as well
33-
34-
Please include full error messages and screenshots, gifs or mp4 videos if applicable
42+
description: "Include logs, screenshots, error messages, etc."
3543
- type: textarea
3644
attributes:
3745
label: "Steps to reproduce"
3846
id: "reproduction"
3947
description: "How can we reproduce the problem on a clean Umbraco install?"
40-
placeholder: >
41-
Please include screenshots, gifs or mp4 videos if applicable
4248
validations:
4349
required: true
4450
- type: textarea
4551
attributes:
4652
label: "Expected result / actual result"
4753
id: "result"
48-
description: "What did you expect that would happen on your Umbraco site and what is the actual result of the above steps?"
49-
placeholder: >
50-
Describe the intended/desired outcome after you did the steps mentioned.
51-
52-
Describe the behaviour of the bug
54+
description: "What did you expect, and what actually happened?"
5355
- type: textarea
5456
attributes:
5557
label: "Dependencies"
5658
id: "dependencies"
57-
description: "Do you have any other Umbraco Commerce related add-ons installed?"
58-
placeholder: >
59-
Please list any installed Umbraco Commerce related add-ons and their version numbers
60-
validations:
61-
required: false
59+
description: "List any related add-ons, providers, or integrations and their versions."

0 commit comments

Comments
 (0)