2021-09-29 06:24:46 +08:00
|
|
|
|
name: Bug report
|
|
|
|
|
description: Create a report to help us improve tiptap
|
|
|
|
|
labels:
|
|
|
|
|
- bug
|
|
|
|
|
body:
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: problem
|
|
|
|
|
attributes:
|
|
|
|
|
label: What’s the bug you are facing?
|
|
|
|
|
description: A clear and concise description of what the bug is.
|
|
|
|
|
placeholder: "I’m always frustrated when …"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
2022-04-14 14:39:12 +08:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: environment
|
|
|
|
|
attributes:
|
|
|
|
|
label: Which browser was this experienced in? Are any special extensions installed?
|
|
|
|
|
description: Please give us more information about your browser environment so we can reproduce the bug faster.
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
2021-09-29 06:24:46 +08:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: reproduction
|
|
|
|
|
attributes:
|
|
|
|
|
label: How can we reproduce the bug on our side?
|
|
|
|
|
description: Steps to reproduce the behavior
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
|
Chances that we can fix your issue are way higher, if you can provide a CodeSandbox to reproduce the issue.
|
|
|
|
|
|
2021-10-11 17:35:32 +08:00
|
|
|
|
* Vue: https://codesandbox.io/s/tiptap-vue-3-issue-template-tnlpv?file=/src/App.vue
|
|
|
|
|
* React: https://codesandbox.io/s/tiptap-react-issue-template-b4hmi?file=/src/App.js
|
2021-09-29 06:24:46 +08:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: codesandbox
|
|
|
|
|
attributes:
|
|
|
|
|
label: Can you provide a CodeSandbox?
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: expectation
|
|
|
|
|
attributes:
|
|
|
|
|
label: What did you expect to happen?
|
|
|
|
|
description: A clear and concise description of what you expected to happen.
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: context
|
|
|
|
|
attributes:
|
|
|
|
|
label: Anything to add? (optional)
|
|
|
|
|
description: "Add any other context, screenshots, videos or GIFs here."
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
attributes:
|
|
|
|
|
label: Did you update your dependencies?
|
2021-09-29 06:27:32 +08:00
|
|
|
|
description: "Use `yarn upgrade-interactive` to update your dependencies."
|
2021-09-29 06:24:46 +08:00
|
|
|
|
options:
|
|
|
|
|
- label: Yes, I’ve updated my dependencies to use the latest version of all packages.
|
|
|
|
|
required: true
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
attributes:
|
|
|
|
|
label: Are you sponsoring us?
|
|
|
|
|
options:
|
|
|
|
|
- label: Yes, I’m a sponsor. 💖
|
|
|
|
|
required: false
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
|
Thanks for taking the time to send us feedback!
|