File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/github-issue-forms.json
2+ name : ' Feature'
3+ description : |
4+ High level item that is marketable and takes us one step closer to our
5+ objectives.
6+ labels : []
7+ type : Feature
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ **Thank you for contributing to our project!** 🌊🩵
13+
14+ - type : textarea
15+ id : why
16+ attributes :
17+ label : Why
18+ description : Why do we want this feature
19+ placeholder : |
20+ Purpose of this work and how it takes us one step closer to our
21+ objectives. Give context and describe the problem, challenge or
22+ opportunity you see.
23+ validations :
24+ required : true
25+
26+ - type : textarea
27+ id : what
28+ attributes :
29+ label : What
30+ description : What is this feature about
31+ placeholder : |
32+ What makes up the scope of this work and what is not part of it. When is
33+ it done and are there any acceptance criteria?
34+ validations :
35+ required : true
36+
37+ - type : textarea
38+ id : how
39+ attributes :
40+ label : How
41+ description : How will this feature be done
42+ placeholder : |
43+ Which approach, technical solutions, systems should be used, which
44+ components need to change? What are relevant tasks or steps to do this?
45+ validations :
46+ required : true
You can’t perform that action at this time.
0 commit comments