-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
1 changed file
with
26 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,26 @@ | ||
name: Feature Request | ||
description: Request a Feature | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use this form to request a new Feature or an update to an existing Feature on Polyglot | ||
- type: textarea | ||
id: user-experience | ||
attributes: | ||
label: User Experience | ||
description: What problem does this solve? What should it function like? | ||
placeholder: In order to help with bulk creation of documents, I would like a new button... | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: checkboxes | ||
attributes: | ||
label: Have you read the Wiki? | ||
description: Are you sure you're not suggesting something that breaks core Foundry behavior or is already implemented? | ||
options: | ||
- label: Yes | ||
- required: true | ||
validations: | ||
required: true |