diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ead2e5a5a..33bbbde91 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,10 @@ labels: bug assignees: '' --- -**Describe the bug** +**What happens?** A clear and concise description of what the bug is. -**Steps to Reproduce / Codesandbox Example** +**How can others reproduce the issue?** Steps to reproduce the behavior: 1. Go to … 2. Type in … @@ -20,16 +20,16 @@ Steps to reproduce the behavior: Create a new Codesandbox replicating your error https://codesandbox.io/s/vue-issue-template-h0g28 -**Expected behavior** +**What behavior did you expect?** A clear and concise description of what you expected to happen. -**Screenshots** +**Do you have a screenshot?** If applicable, add screenshots to help explain your problem. -**Environment** +**What’s your environment?** - Operating system - Browser - Mobile/desktop -**Additional context** +**What else?** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 000000000..e2239b0af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,20 @@ +--- +name: Feedback on the documentation +about: How can we improve the documentation? +url: https://github.com/ueberdosis/tiptap-next/issues/new +title: '' +labels: documentation +assignees: '' +--- + +**Which part of the documentation have you read?** +I’ve been to the following page of the documentation … + +**Did you find the content helpful?** +I think this part is really good: … + +**What was hard to understand, missing or misleading?** +But you really need to improve … + +**What else?** +Add any other context here.