Skip to content

Commit 6c0c68f

Browse files
authored
Merge pull request #2878 from michelleN/issueform
convert issue template to form
2 parents 8d27d0d + 5ddb64b commit 6c0c68f

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

.github/ISSUE_TEMPLATE/suggestion.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
---
22
name: Share a suggestion
33
about: Suggest an improvement, new feature, or something we could do better
4-
title: ''
54
labels: ''
6-
assignees: ''
7-
5+
body:
6+
- type: markdown
7+
id: preface
8+
attributes:
9+
value: "Thank you for submitting a suggestion for Spin!"
10+
- type: input
11+
id: version
12+
attributes:
13+
label: "What is the version of your Spin CLI?"
14+
description: "You can use te command `spin --version` to get it."
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: "What is your suggestion?"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: "usecase"
23+
attributes:
24+
label: "Why would this improve Spin?"
25+
description: "Please describe your use case or scenario."
26+
validations:
27+
required: true
28+
- type: checkboxes
29+
id: contributing
30+
attributes:
31+
label: "Are you willing to submit PRs to contribute to this feature or improvement?"
32+
description: "This is not required and we are happy to guide you in the contribution process."
33+
options:
34+
- label: Yes, I am willing to implement it.
835
---
936

0 commit comments

Comments
 (0)