mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-08 01:53:04 +08:00
github: improve the issue form
This commit is contained in:
parent
27d9c5908c
commit
51377d1026
10
.github/ISSUE_TEMPLATE/feedback.yml
vendored
10
.github/ISSUE_TEMPLATE/feedback.yml
vendored
@ -12,33 +12,33 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
id: url
|
id: url
|
||||||
attributes:
|
attributes:
|
||||||
label: The URL of the page
|
label: What’s the URL to the page you’re sending feedback for?
|
||||||
placeholder: https://tiptap.dev/example
|
placeholder: https://tiptap.dev/example
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: part-of-the-documentation
|
id: part-of-the-documentation
|
||||||
attributes:
|
attributes:
|
||||||
label: Part of the documentation?
|
label: What part of the documentation needs improvement?
|
||||||
placeholder: "I’ve read the following page of the documentation …"
|
placeholder: "I’ve read the following page of the documentation …"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: good-parts
|
id: good-parts
|
||||||
attributes:
|
attributes:
|
||||||
label: Really helpful parts
|
label: What is helpful about that part?
|
||||||
placeholder: "I think this part is really good: …"
|
placeholder: "I think this part is really good: …"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bad-parts
|
id: bad-parts
|
||||||
attributes:
|
attributes:
|
||||||
label: Hard to understand, missing or misleading
|
label: What is hard to understand, missing or misleading?
|
||||||
placeholder: "But you really need to improve …"
|
placeholder: "But you really need to improve …"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context (optional)
|
label: Anything to add? (optional)
|
||||||
placeholder: "Add any other context or screenshots here."
|
placeholder: "Add any other context or screenshots here."
|
||||||
|
Loading…
Reference in New Issue
Block a user