File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Add an issue to the next release
2
+ description : |
3
+ Add an issue as part of next release.
4
+ This will be added to the current release project.
5
+ You must be a contributor to use this template.
6
+ labels : ["release"]
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ **Guidelines for a good issue**
12
+
13
+ *Is your release item related to a problem?*
14
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15
+
16
+ *Describe the solution you'd like*
17
+ A clear and concise description of what you want to happen.
18
+
19
+ *Describe alternatives you've considered*
20
+ A clear and concise description of any alternative solutions or features you've considered.
21
+
22
+ *Additional context*
23
+ Add any other context about the release item request here.
24
+ - type : textarea
25
+ id : item
26
+ attributes :
27
+ label : " Describe the release item"
28
+ validations :
29
+ required : true
You can’t perform that action at this time.
0 commit comments