Skip to content

Commit 7a713c1

Browse files
author
Larry Botha
authored
Merge pull request #108 from tjinauyeung/chore/update-feature-request-template
chore(feature request template): improve template
2 parents 0b25191 + 7b45289 commit 7a713c1

File tree

1 file changed

+48
-9
lines changed

1 file changed

+48
-9
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,58 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: enhancement
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
<!--
11+
What is the problem and solution you're proposing? This content sets the overall vision
12+
for the feature.
13+
-->
1214

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
1515

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
16+
### Problem to solve
17+
18+
<!--
19+
What problem do we solve? Try to define the who/what/why of the feature as a user
20+
story. For example, "As a (who), I want (what), so I can (why/value)."
21+
-->
22+
23+
24+
### Intended users
25+
26+
<!--
27+
Who will use this feature? If known, include any of the following: types of users
28+
(e.g. Developer, Application user).
29+
-->
30+
31+
32+
### User experience goal
33+
34+
<!--
35+
What is the single user experience workflow this problem addresses?
36+
37+
For example:
38+
39+
The user should be able to use form/context/input with svelte-forms-lib to <perform a specific task>
40+
-->
41+
42+
43+
### Proposal
44+
45+
<!-- How are we going to solve the problem? Try to include the user journey! https://about.gitlab.com/handbook/journeys/#user-journey -->
46+
47+
48+
### Further details
49+
50+
<!-- Include use cases, benefits, goals, or any other details that will help us understand the problem better. -->
51+
52+
53+
### Documentation
54+
55+
<!-- Add all known Documentation Requirements in this section. -->
56+
57+
58+
### Links / references
1859

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)