Skip to content

Commit 0348025

Browse files
Added discussion template
1 parent 8b93fe2 commit 0348025

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: 💡 Feature Request
3+
description: Suggest a new feature or improvement for Umbraco Commerce or related components.
4+
labels: ["idea"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for suggesting a new feature or improvement!
10+
11+
- type: dropdown
12+
id: component
13+
attributes:
14+
label: "Which component is this idea for?"
15+
options:
16+
- Umbraco Commerce (Core)
17+
- Payment Provider
18+
- Shipping Provider
19+
- Sales Tax Provider
20+
- Deploy
21+
- Checkout
22+
- Cart
23+
- Demo Store
24+
- Other / Not sure
25+
description: "Pick the area where you'd like to see improvements"
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: proposal
31+
attributes:
32+
label: "Describe your idea"
33+
placeholder: "What should this feature do? Why is it useful? Who would benefit?"
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: context
39+
attributes:
40+
label: "Context"
41+
description: "Explain the problem you're trying to solve, or how this idea fits in."

0 commit comments

Comments
 (0)