File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: File a bug report.
33title : ' [Bug]: '
44labels : ['bug']
55assignees :
6- - octocat
6+ - antongolub
77body :
88 - type : markdown
99 attributes :
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Idea, feature request or proposal.
3+ title : ' [Idea]: '
4+ labels : ['idea']
5+ assignees :
6+ - antonmedv
7+
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for sharing you vision!
13+
14+ - type : textarea
15+ id : idea
16+ attributes :
17+ label : What's your idea?
18+ placeholder : Tell us what you'd like to add or improve.
19+ value : ' A new shiny feature!'
20+ validations :
21+ required : true
22+
23+ - type : textarea
24+ id : why
25+ attributes :
26+ label : Why is that needed? How it may be useful?
27+ placeholder : What problem does it solve?.
28+ value : ' It will make smth easier because...'
29+ validations :
30+ required : true
31+
32+ - type : textarea
33+ id : demo
34+ attributes :
35+ label : Maybe you have a demo or example?
36+ value : ' API sketch, code snippet'
37+ render : ts
38+ validations :
39+ required : false
You can’t perform that action at this time.
0 commit comments