-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.github/ISSUE_TEMPLATE/feature_request.yml
- Loading branch information
1 parent
6431448
commit a51e441
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Feature Request | ||
description: Suggest an idea | ||
title: "[Feature Request]: " | ||
labels: | ||
- enhancement | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Preflight Checklist | ||
description: Please ensure you've completed all of the following. | ||
options: | ||
- label: I have read the [Contributing Guidelines](https://github.com/EnAccess/OpenPAYGO-HDK/blob/main/CONTRIBUTING.md) for this project, if it exists. | ||
required: true | ||
- label: I agree to follow the [Code of Conduct](https://github.com/EnAccess/OpenPAYGO-HDK/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. | ||
required: true | ||
- label: I have searched the [issue tracker](https://github.com/EnAccess/OpenPAYGO-HDK/issues) for a feature request that matches the one I want to file, without success. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Problem Description | ||
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed Solution | ||
description: Describe the solution you'd like in a clear and concise manner. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Alternatives Considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false |