-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta: add feature request template (#63)
- Loading branch information
Showing
2 changed files
with
27 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,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature for this project | ||
title: 'feat: <Feature request>' | ||
labels: feat | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Feature request | ||
|
||
| Title | Revision | | ||
|-----------------------|--------------| | ||
| <Feature title> | 1 | | ||
|
||
## Initial problem | ||
A clear and concise description of what the problem is. | ||
|
||
## Proposed solution | ||
A clear and concise description of what you want to happen. Please specify if it has consequences on already existing features (e.g. a breaking change). | ||
|
||
## Rejected ideas | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Considerations and technicalities | ||
Details that you think matter, and some ideas on how to implement the solution more concretely. |