You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+47-38Lines changed: 47 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -3,43 +3,52 @@ description: Suggest an idea or feature.
3
3
labels:
4
4
- enhancement
5
5
- needs-triage
6
+
6
7
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: 'Please read and follow the instructions before submitting an issue:'
11
+
12
+
- type: markdown
13
+
attributes:
14
+
value: |
15
+
- Read all our documentation, especially the [README](https://github.com/heliomarpm/keyvalues-storage/blob/master/README.md). It may contain information that helps you solve your issue.
16
+
- Ensure your issue isn't already [reported](https://github.com/heliomarpm/keyvalues-storage/issues?utf8=%E2%9C%93&q=is%3Aissue).
17
+
18
+
- type: markdown
19
+
attributes:
20
+
value: '⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️'
21
+
22
+
- type: textarea
23
+
id: description
24
+
attributes:
25
+
label: 'Is your feature request related to a problem? Please describe.'
26
+
description: A clear and concise description of what the problem is.
27
+
placeholder: I'm always frustrated when [...]
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: solution
33
+
attributes:
34
+
label: Describe the solution you'd like
35
+
description: A clear and concise description of what you want to happen.
36
+
validations:
37
+
required: false
38
+
39
+
- type: textarea
40
+
id: alternative
41
+
attributes:
42
+
label: Describe alternatives you've considered
43
+
description: A clear and concise description of any alternative solutions or features you've considered.
44
+
validations:
45
+
required: false
7
46
8
-
- type: markdown
9
-
attributes:
10
-
value: |
11
-
- Read all our documentation, especially the [README](https://github.com/heliomarpm/keyvalues-storage/blob/master/README.md). It may contain information that helps you solve your issue.
12
-
- Ensure your issue isn't already [reported](https://github.com/heliomarpm/keyvalues-storage/issues?utf8=%E2%9C%93&q=is%3Aissue).
13
-
- type: markdown
14
-
attributes:
15
-
value: '⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️'
16
-
- type: textarea
17
-
id: description
18
-
attributes:
19
-
label: 'Is your feature request related to a problem? Please describe.'
20
-
description: A clear and concise description of what the problem is.
21
-
placeholder: I'm always frustrated when [...]
22
-
validations:
23
-
required: true
24
-
- type: textarea
25
-
id: solution
26
-
attributes:
27
-
label: Describe the solution you'd like
28
-
description: A clear and concise description of what you want to happen.
29
-
validations:
30
-
required: false
31
-
- type: textarea
32
-
id: alternative
33
-
attributes:
34
-
label: Describe alternatives you've considered
35
-
description: A clear and concise description of any alternative solutions or features you've considered.
36
-
validations:
37
-
required: false
38
-
- type: textarea
39
-
id: additional-context
40
-
attributes:
41
-
label: 'Additional context/Screenshots'
42
-
description: Add any other context or screenshots about the feature request here.
43
-
render: bash
44
-
validations:
45
-
required: false
47
+
- type: textarea
48
+
id: additional-context
49
+
attributes:
50
+
label: 'Additional context/Screenshots'
51
+
description: Add any other context or screenshots about the feature request here.
0 commit comments