Skip to content

Commit 1002723

Browse files
Add .github/ISSUE_TEMPLATE/feature_request.yml
1 parent 875db35 commit 1002723

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature Request
2-
description: Suggest an idea
2+
description: Suggest an idea, enhancement or feature to improve the project.
33
title: "[Feature Request]: "
44
labels:
55
- enhancement
@@ -15,27 +15,35 @@ body:
1515
required: true
1616
- 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.
1717
required: true
18+
1819
- type: textarea
1920
attributes:
2021
label: Problem Description
2122
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
2223
validations:
2324
required: true
25+
2426
- type: textarea
2527
attributes:
2628
label: Proposed Solution
2729
description: Describe the solution you'd like in a clear and concise manner.
2830
validations:
2931
required: true
32+
3033
- type: textarea
3134
attributes:
3235
label: Alternatives Considered
3336
description: A clear and concise description of any alternative solutions or features you've considered.
3437
validations:
3538
required: true
39+
3640
- type: textarea
3741
attributes:
3842
label: Additional Information
3943
description: Add any other context about the problem here.
4044
validations:
4145
required: false
46+
47+
- type: markdown
48+
attributes:
49+
value: "Thank you for completing our form!"

0 commit comments

Comments
 (0)