Skip to content

Commit ac80a47

Browse files
committed
chore: add feature request template
1 parent 4d2fc81 commit ac80a47

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "🚀 Feature request"
2+
description: Suggest a feature that will improve Nuxt
3+
labels: ["pending triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to fill out this feature request!
9+
- type: textarea
10+
id: feature-description
11+
attributes:
12+
label: Describe the feature
13+
description: A clear and concise description of what you think would be a helpful addition to Vorms, including the possible use cases and alternatives you have considered.
14+
placeholder: Feature description
15+
validations:
16+
required: true
17+
- type: checkboxes
18+
id: additional-info
19+
attributes:
20+
label: Additional information
21+
description: Additional information that helps us decide how to proceed.
22+
options:
23+
- label: Would you be willing to help implement this feature?

0 commit comments

Comments
 (0)