tiptap/.github/ISSUE_TEMPLATE/documentation.yml

46 lines
1.3 KiB
YAML
Raw Normal View History

name: Documentation feedback
2023-09-25 15:06:21 +08:00
description: Share what we need to explain better.
title: "[Documentation]: "
2021-04-22 03:28:43 +08:00
labels:
- "Type: Documentation"
- "Category: Open Source"
- "Status: New"
body:
- type: input
id: url
attributes:
2021-09-29 05:50:20 +08:00
label: Whats the URL to the page youre sending feedback for?
placeholder: https://tiptap.dev/example
validations:
2021-09-29 05:53:29 +08:00
required: true
- type: textarea
id: part-of-the-documentation
attributes:
2021-09-29 05:50:20 +08:00
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:
2021-09-29 05:50:20 +08:00
label: What is helpful about that part?
placeholder: "I think this part is really good: …"
validations:
required: true
- type: textarea
id: bad-parts
attributes:
2021-09-29 05:50:20 +08:00
label: What is hard to understand, missing or misleading?
placeholder: "But you really need to improve …"
validations:
required: true
- type: textarea
id: context
attributes:
2021-09-29 05:50:20 +08:00
label: Anything to add? (optional)
description: "Add any other context or screenshots here."
2021-09-29 05:52:47 +08:00
- type: markdown
attributes:
value: |
Thanks for taking the time to send us feedback!