add issue template config

This commit is contained in:
Hans Pagel 2020-07-14 11:34:37 +02:00
parent ccf58ab7d8
commit d360dbb44b
4 changed files with 8 additions and 15 deletions

View File

@ -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

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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

View File

@ -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: ''

View File

@ -1,11 +0,0 @@
---
name: Question
about: Ask the community for help
url: https://github.com/ueberdosis/tiptap/discussions/new
title: ''
labels: ''
assignees: ''
---