File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " \U0001F4A1 New Issue"
2
+ description : Suggest a new feature or bug fix
3
+
4
+ title : ' your-issue'
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ _Thank you for taking the time to propose a new idea_
11
+
12
+ - type : textarea
13
+ id : problem
14
+ attributes :
15
+ label : ' <h2>Describe the Problem</h2>'
16
+ description : Please provide a short user story **DESCRIPTION** of the **PROBLEM** or **FEATURE**
17
+ placeholder : As a user I...
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ id : solution
23
+ attributes :
24
+ label : ' <h2>Describe the Proposed Solution</h2>'
25
+ description : Try to provide an EXAMPLE or CONCEPT of a design pattern that will lead to a SOLUTION
26
+ placeholder : Implementing x, y, & z will...
27
+ validations :
28
+ required : true
29
+
30
+ - type : textarea
31
+ id : references
32
+ attributes :
33
+ label : ' <h2>References</h2>'
34
+ description : Please provide any **SCREENSHOTS**, **CODE SNIPPETS** or **LINKS** to the codebase or documentation which will help implement a solution.
You can’t perform that action at this time.
0 commit comments