-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue/PR templates: add feature request template + minor other tweaks
- Loading branch information
Showing
3 changed files
with
36 additions
and
9 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
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,24 @@ | ||
--- | ||
name: Feature request | ||
about: I have a suggestion (and may want to implement it). | ||
title: '' | ||
labels: ['Status: triage', 'Type: enhancement'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? | ||
<!-- Please provide a clear and concise description of what the feature is which you'd like to see implemented. --> | ||
|
||
## Describe the solution you'd like | ||
<!-- | ||
A clear and concise description of what you want to happen. | ||
Please include some code samples of what should be flagged and preferably also some | ||
code samples of what should *not* be flagged. | ||
--> | ||
|
||
## Additional context (optional) | ||
<!-- Add any other context or screenshots about the feature request here. --> | ||
|
||
- [ ] I intend to create a pull request to implement this feature. |
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