From 7dd9ca54c805c53921eea3eb745e53ca5659ca0d Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 11 Nov 2020 14:57:50 +0100 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..ead2e5a5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +url: https://github.com/ueberdosis/tiptap-next/issues/new +title: '' +labels: bug +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to Reproduce / Codesandbox Example** +Steps to reproduce the behavior: +1. Go to … +2. Type in … +3. Click on … +4. See error message + +Create a new Codesandbox replicating your error +https://codesandbox.io/s/vue-issue-template-h0g28 + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** + - Operating system + - Browser + - Mobile/desktop + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..976c71c39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + # - name: Ask a question + # url: https://github.com/ueberdosis/tiptap/discussions/new + # about: Ask the community for help diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..ce006cb12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest a new feature for tiptap +title: '' +labels: feature request +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. For example: I’m always frustrated when … + +**Describe the solution you’d like** +A clear and concise description of what you want to happen. + +**Describe alternatives you’ve considered** +A clear and concise description of any alternative solutions or features you’ve considered. + +**Additional context** +Add any other context or screenshots about the feature request here.