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
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Feature Request
2
-
description: Suggest an idea
2
+
description: Suggest an idea, enhancement or feature to improve the project.
3
3
title: "[Feature Request]: "
4
4
labels:
5
5
- enhancement
@@ -15,27 +15,35 @@ body:
15
15
required: true
16
16
- label: I have searched the [issue tracker](https://github.com/EnAccess/OpenPAYGO-python/issues) for a feature request that matches the one I want to file, without success.
17
17
required: true
18
+
18
19
- type: textarea
19
20
attributes:
20
21
label: Problem Description
21
22
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
22
23
validations:
23
24
required: true
25
+
24
26
- type: textarea
25
27
attributes:
26
28
label: Proposed Solution
27
29
description: Describe the solution you'd like in a clear and concise manner.
28
30
validations:
29
31
required: true
32
+
30
33
- type: textarea
31
34
attributes:
32
35
label: Alternatives Considered
33
36
description: A clear and concise description of any alternative solutions or features you've considered.
34
37
validations:
35
38
required: true
39
+
36
40
- type: textarea
37
41
attributes:
38
42
label: Additional Information
39
43
description: Add any other context about the problem here.
0 commit comments