File tree Expand file tree Collapse file tree 1 file changed +30
-3
lines changed Expand file tree Collapse file tree 1 file changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Share a suggestion
3
3
about : Suggest an improvement, new feature, or something we could do better
4
- title : ' '
5
4
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.
8
35
---
9
36
You can’t perform that action at this time.
0 commit comments