-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature requests github template
- Loading branch information
1 parent
fe7a26a
commit 0b6357e
Showing
2 changed files
with
40 additions
and
3 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,34 @@ | ||
name: ✨ Feature request | ||
description: Request a new feature. | ||
labels: [enhancement] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Avoid generic or vague titles such as "Something's not working" or "A couple of problems" — be as descriptive as possible. | ||
- Keep your issue focused on one single problem. If you have multiple feature requests, please create a separate issue for each of them. | ||
- Issues should represent **complete and actionable** work items. If you are unsure about something or have a question, please start a [discussion](https://github.com/fsharp/FsAutoComplete/discussions/new/choose) instead. | ||
- Remember that **FsAutocomplete** is an open-source project funded by the community contributions and free time. | ||
___ | ||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: Clear and thorough explanation of the feature you have in mind. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: Quick list of checks to ensure that everything is in order. | ||
options: | ||
- label: I have looked through existing issues to make sure that this feature has not been requested before | ||
required: true | ||
- label: I have provided a descriptive title for this issue | ||
required: true | ||
- label: I am aware that even valid feature requests may be rejected if they do not align with the project's goals | ||
required: true | ||
- label: I have sponsored this project | ||
required: false |