This commit is contained in:
Philipp Kühn
2021-04-21 23:38:20 +02:00
7 changed files with 108 additions and 55 deletions

View File

@@ -1,36 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
url: https://github.com/ueberdosis/tiptap/issues/new
title: ''
labels: bug
assignees: ''
---
**What happens?**
A clear and concise description of what the bug is.
**How can others reproduce the issue?**
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/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue (Vue)
https://codesandbox.io/s/tiptap-react-08yxr (React)
**What behavior did you expect?**
A clear and concise description of what you expected to happen.
**Do you have a screenshot?**
If applicable, add screenshots to help explain your problem.
**Whats your environment?**
- Operating system
- Browser
- Mobile/desktop
**What else?**
Add any other context about the problem here.

View File

@@ -0,0 +1,41 @@
---
name: Bug report (tiptap v2)
about: Create a report to help us improve tiptap
url: https://github.com/ueberdosis/tiptap/issues/new
title: ''
labels:
- bug
- v2
assignees: ''
---
**Description**
A clear and concise description of what the bug is.
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Go to …
2. Type in …
3. Click on …
4. See error message
**CodeSandbox**
I created a CodeSandbox to help you debug the issue:
* Vue: https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue
* React: https://codesandbox.io/s/tiptap-react-08yxr
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshot, video, or GIF**
If applicable, add screenshots to help explain your problem.
**Environment?**
- operating system:
- browser:
- mobile/desktop:
- tiptap version:
**Additional context**
Add any other context about the problem here.

40
.github/ISSUE_TEMPLATE/bug_report_v1.md vendored Normal file
View File

@@ -0,0 +1,40 @@
---
name: Bug report (tiptap v1)
about: Create a report to help us improve tiptap
url: https://github.com/ueberdosis/tiptap/issues/new
title: ''
labels:
- bug
- v1
assignees: ''
---
**Description**
A clear and concise description of what the bug is.
**Steps to reproduce the bug**
Steps to reproduce the behavior:
1. Go to …
2. Type in …
3. Click on …
4. See error message
**CodeSandbox**
I created a CodeSandbox to help you debug the issue:
https://codesandbox.io/s/vue-issue-template-h0g28
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshot, video, or GIF**
If applicable, add screenshots to help explain your problem.
**Environment?**
- operating system:
- browser:
- mobile/desktop:
- tiptap version:
**Additional context**
Add any other context about the problem here.

View File

@@ -1,5 +1,8 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
# - name: Ask a question - name: Discuss tiptap on GitHub
# url: https://github.com/ueberdosis/tiptap/discussions/new url: https://github.com/ueberdosis/tiptap/discussions/new
# about: Ask the community for help about: Help, discussion about best practices, or any other conversation that would benefit from being searchable
- name: Join the tiptap Discord server
url: https://discord.gg/WtJ49jGshW
about: Ccasual chit-chat with others using tiptap

View File

@@ -1,19 +1,21 @@
--- ---
name: Feature request name: Feature request
about: Suggest a new feature for tiptap about: Suggest a new feature for tiptap v2
title: '' title: ''
labels: feature request labels:
- feature request
- v2
assignees: '' assignees: ''
--- ---
**Is your feature request related to a problem? Please describe.** **The problem I am facing**
A clear and concise description of what the problem is. For example: Im always frustrated when … A clear and concise description of what the problem is. For example: Im always frustrated when …
**Describe the solution youd like** **The solution I would like**
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
**Describe alternatives youve considered** **Alternatives I have considered**
A clear and concise description of any alternative solutions or features youve considered. A clear and concise description of any alternative solutions or features you have considered.
**Additional context** **Additional context**
Add any other context or screenshots about the feature request here. Add any other context or screenshots here.

View File

@@ -3,18 +3,21 @@ name: Feedback on the documentation
about: Share what we need to explain better about: Share what we need to explain better
url: https://github.com/ueberdosis/tiptap/issues/new url: https://github.com/ueberdosis/tiptap/issues/new
title: '' title: ''
labels: documentation labels:
assignees: '' - documentation
- v2
assignees:
- hanspagel
--- ---
**Which part of the documentation have you read?** **Part of the documentation?**
Ive been to the following page of the documentation … Ive read the following page of the documentation …
**Did you find the content helpful?** **Really helpful parts**
I think this part is really good: … I think this part is really good: …
**What was hard to understand, missing or misleading?** **Hard to understand, missing or misleading**
But you really need to improve … But you really need to improve …
**What else?** **Additional context**
Add any other context here. Add any other context or screenshots here.

View File

@@ -174,7 +174,7 @@
<logo-item <logo-item
title="Nextcloud" title="Nextcloud"
image="nextcloud" image="nextcloud"
to="https://apps.nextcloud.com/apps/text" to="https://github.com/nextcloud/text"
/> />
<logo-item <logo-item
title="ycode" title="ycode"