Skip to content

Commit

Permalink
Create feature-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente authored Jan 26, 2024
1 parent da64feb commit 2f3130e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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

0 comments on commit 2f3130e

Please sign in to comment.