Skip to content

Commit 10ced29

Browse files
authored
Update issue templates (#97)
1 parent 004bd2a commit 10ced29

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/release.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)