2021-09-29 06:09:35 +08:00
|
|
|
|
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: "I’m always frustrated when …"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: solution
|
|
|
|
|
attributes:
|
|
|
|
|
label: What’s the solution you would like to see?
|
|
|
|
|
description: A clear and concise description of what you want to happen.
|
|
|
|
|
placeholder: "I’d like …"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: solution
|
|
|
|
|
attributes:
|
|
|
|
|
label: What alternatives did you consider?
|
|
|
|
|
description: A clear and concise description of what you want to happen.
|
|
|
|
|
placeholder: "I’ve considered to …"
|
|
|
|
|
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: "I’ve considered to …"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: context
|
|
|
|
|
attributes:
|
|
|
|
|
label: Anything to add? (optional)
|
|
|
|
|
placeholder: "Add any other context or screenshots here."
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
attributes:
|
2021-09-29 06:13:50 +08:00
|
|
|
|
label: Is there an existing issue for this?
|
|
|
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
2021-09-29 06:09:35 +08:00
|
|
|
|
options:
|
2021-09-29 06:13:50 +08:00
|
|
|
|
- label: I have searched the existing issues
|
|
|
|
|
required: true
|
2021-09-29 06:09:35 +08:00
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
|
Thanks for taking the time to send us feedback!
|