tiptap/.github/ISSUE_TEMPLATE/bug_report.yml

70 lines
2.2 KiB
YAML
Raw Normal View History

name: Bug report
description: Create a report to help us improve tiptap
labels:
- bug
body:
- type: textarea
id: problem
attributes:
label: Whats the bug you are facing?
description: A clear and concise description of what the bug is.
placeholder: "Im always frustrated when …"
validations:
required: true
- 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
- 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.
* 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
- 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?
description: "Use `yarn upgrade-interactive` to update your dependencies."
options:
- label: Yes, Ive updated my dependencies to use the latest version of all packages.
required: true
- type: checkboxes
attributes:
label: Are you sponsoring us?
options:
- label: Yes, Im a sponsor. 💖
required: false
- type: markdown
attributes:
value: |
Thanks for taking the time to send us feedback!