Skip to content

Commit 7ee59e1

Browse files
authored
chore: create a feature request template (#392)
Using the new YAML format, I created a feature request issue template.
1 parent fcd06d5 commit 7ee59e1

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature request
2+
description: Add a request for a new feature or a change
3+
title: 'Feature request'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: Please provide a concise set of requirements, so that we can process your request as soon as possible.
8+
- type: textarea
9+
id: user-story
10+
attributes:
11+
label: User story
12+
description: Here you can phrase your request in a user story format which highlights the added value of the requested feature or change.
13+
placeholder: e.g. As a Code PushUp user, I want to <request>, so that <added value>.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: acceptance-criteria
18+
attributes:
19+
label: Acceptance criteria
20+
description: Please list a set of criteria to help us determine whether the scope of the request was fully addressed.
21+
placeholder: |
22+
For example:
23+
- [ ] All packages have a comprehensive documentation in place.
24+
- [ ] Cross references to relevant models or files are added as links.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: implementation-details
29+
attributes:
30+
label: Implementation details
31+
description: If there are any implementation details you would want to point out, feel free to do so here.
32+
placeholder: e.g. A link to a 3rd-party library, relevant article, expected flow details, wireframes highlighting the change or other.

0 commit comments

Comments
 (0)