-
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.
- Loading branch information
1 parent
0172013
commit 2f9ce0b
Showing
1 changed file
with
40 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,40 @@ | ||
name: Feature Request | ||
description: Submit a feature request. | ||
labels: ["triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please submit a request of a certain functionality or feature. | ||
- type: textarea | ||
id: background | ||
attributes: | ||
label: Background | ||
description: Introduction or background information to certain feature | ||
placeholder: Background | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Details | ||
description: Describe your feature request | ||
placeholder: Details | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: Suggestion | ||
description: Describe your additional suggestions to the feature | ||
placeholder: Suggestions | ||
validations: | ||
required: false | ||
# - type: checkboxes | ||
# id: terms | ||
# attributes: | ||
# label: Code of Conduct | ||
# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). | ||
# options: | ||
# - label: I agree to follow this project's Code of Conduct | ||
# required: true |