-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
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
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,21 @@ | ||
name: Request a new feature or improvement | ||
description: If you have a suggestion for something that might improve feud, let us know here! | ||
labels: [feature, pending] | ||
|
||
body: | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Does this suggestion already exist? | ||
description: If you haven't already, please look through the documentation and other existing issues to see if this feature is already implemented. | ||
options: | ||
- label: This is a new feature! | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behaviour | ||
attributes: | ||
label: Feature description | ||
description: Please describe the new feature or improvement that you would like. | ||
validations: | ||
required: true |
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,13 @@ | ||
## Description | ||
|
||
<!-- If your pull request fixes an existing issue (e.g. #xxx), mention "Fixes #xxx" here. --> | ||
|
||
<!-- Please describe the purpose of the pull request. --> | ||
<!-- Provide thorough details about what you changed and why. --> | ||
|
||
## Checklist | ||
|
||
- [ ] I have added new tests (if necessary). | ||
- [ ] I have ensured that tests and coverage are passing on CI. | ||
- [ ] I have updated any relevant documentation (if necessary). | ||
- [ ] I have used a descriptive pull request title. |