tiptap/.github/ISSUE_TEMPLATE/feedback.yml

45 lines
1.2 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: Feedback on the documentation
description: Share what we need to explain better
labels:
- documentation
assignees:
- hanspagel
body:
- type: input
id: url
attributes:
label: Whats the URL to the page youre sending feedback for?
placeholder: https://tiptap.dev/example
validations:
required: true
- type: textarea
id: part-of-the-documentation
attributes:
label: What part of the documentation needs improvement?
placeholder: "Ive read the following page of the documentation …"
validations:
required: true
- type: textarea
id: good-parts
attributes:
label: What is helpful about that part?
placeholder: "I think this part is really good: …"
validations:
required: true
- type: textarea
id: bad-parts
attributes:
label: What is hard to understand, missing or misleading?
placeholder: "But you really need to improve …"
validations:
required: true
- type: textarea
id: context
attributes:
label: Anything to add? (optional)
description: "Add any other context or screenshots here."
- type: markdown
attributes:
value: |
Thanks for taking the time to send us feedback!