tiptap/.github/ISSUE_TEMPLATE/feature_request.yml

45 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Feature request
description: Suggest a new feature for tiptap
labels:
- feature request
body:
- type: textarea
id: problem
attributes:
label: What problem are you facing?
description: A clear and concise description of what the problem is.
placeholder: "Im always frustrated when …"
validations:
required: true
- type: textarea
id: solution
attributes:
label: Whats the solution you would like to see?
description: A clear and concise description of what you want to happen.
placeholder: "Id like …"
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: What alternatives did you consider?
description: A clear and concise description of what you want to happen.
placeholder: "Ive considered to …"
validations:
required: true
- type: textarea
id: context
attributes:
label: Anything to add? (optional)
description: "Add any other context or screenshots here."
- type: checkboxes
attributes:
label: Are you sponsoring us?
options:
- label: Yes, Im a sponsor. 💖
required: false
- type: markdown
attributes:
value: |
Thanks for taking the time to send us feedback!