add issue templates

This commit is contained in:
Hans Pagel 2020-11-11 14:57:50 +01:00
parent 3dbe78e153
commit 7dd9ca54c8
3 changed files with 59 additions and 0 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

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

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

@ -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: Im always frustrated when …
**Describe the solution youd like**
A clear and concise description of what you want to happen.
**Describe alternatives youve considered**
A clear and concise description of any alternative solutions or features youve considered.
**Additional context**
Add any other context or screenshots about the feature request here.