github: add an issue form for the documentation feedback
This commit is contained in:
54
.github/ISSUE_TEMPLATE/feedback.md
vendored
54
.github/ISSUE_TEMPLATE/feedback.md
vendored
@@ -1,23 +1,47 @@
|
|||||||
---
|
---
|
||||||
name: Feedback on the documentation
|
name: Feedback on the documentation
|
||||||
about: Share what we need to explain better
|
description: Share what we need to explain better
|
||||||
url: https://github.com/ueberdosis/tiptap/issues/new
|
url: https://github.com/ueberdosis/tiptap/issues/new
|
||||||
title: ''
|
title: ''
|
||||||
labels:
|
labels:
|
||||||
- documentation
|
- documentation
|
||||||
- v2
|
|
||||||
assignees:
|
assignees:
|
||||||
- hanspagel
|
- hanspagel
|
||||||
---
|
body:
|
||||||
|
- type: markdown
|
||||||
**Part of the documentation?**
|
attributes:
|
||||||
I’ve read the following page of the documentation …
|
value: |
|
||||||
|
Thanks for taking the time to send us feedback!
|
||||||
**Really helpful parts**
|
- type: input
|
||||||
I think this part is really good: …
|
id: url
|
||||||
|
attributes:
|
||||||
**Hard to understand, missing or misleading**
|
label: The URL of the page
|
||||||
But you really need to improve …
|
placeholder: https://tiptap.dev/example
|
||||||
|
validations:
|
||||||
**Additional context**
|
required: false
|
||||||
Add any other context or screenshots here.
|
- type: textarea
|
||||||
|
id: part-of-the-documentation
|
||||||
|
attributes:
|
||||||
|
label: Part of the documentation?
|
||||||
|
placeholder: "I’ve read the following page of the documentation …"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: good-parts
|
||||||
|
attributes:
|
||||||
|
label: Really helpful parts
|
||||||
|
placeholder: "I think this part is really good: …"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: bad-parts
|
||||||
|
attributes:
|
||||||
|
label: Hard to understand, missing or misleading
|
||||||
|
placeholder: "But you really need to improve …"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: context
|
||||||
|
attributes:
|
||||||
|
label: Additional context (optional)
|
||||||
|
placeholder: "Add any other context or screenshots here."
|
||||||
|
|||||||
Reference in New Issue
Block a user