From d360dbb44b7a0c16e40096ac0857c1db32f49d34 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 11:34:37 +0200 Subject: [PATCH] add issue template config --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/question.md | 11 ----------- 4 files changed, 8 insertions(+), 15 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 001dd31bc..1dba3fbc4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,9 +13,9 @@ A clear and concise description of what the bug is. **Steps to Reproduce / Codesandbox Example** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +1. Go to '…' +2. Click on '…' +3. Scroll down to '…' 4. See error Fork this or create a new Codesandbox replicating your error diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9a944e5c1 --- /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 index 4f777fe85..e301d68ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: Feature request about: Suggest an idea for this project -url: https://github.com/ueberdosis/tiptap/discussions/new title: '' labels: feature request assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 7a2a68230..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Question -about: Ask the community for help -url: https://github.com/ueberdosis/tiptap/discussions/new -title: '' -labels: '' -assignees: '' - ---- - -