github: transform the feature request template to an issue form

This commit is contained in:
Hans Pagel 2021-09-29 00:09:35 +02:00
parent a308cad8ea
commit 451b655850
3 changed files with 52 additions and 22 deletions

View File

@ -5,7 +5,6 @@ url: https://github.com/ueberdosis/tiptap/issues/new
title: ''
labels:
- bug
- v2
assignees: ''
---

View File

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

View File

@ -0,0 +1,52 @@
name: Feature request
description: Suggest a new feature for tiptap
labels:
- feature request
body:
- type: textarea
id: problem
attributes:
label: What problem are you facing?
description: A clear and concise description of what the problem is.
placeholder: "Im always frustrated when …"
validations:
required: true
- type: textarea
id: solution
attributes:
label: Whats the solution you would like to see?
description: A clear and concise description of what you want to happen.
placeholder: "Id like …"
validations:
required: true
- type: textarea
id: solution
attributes:
label: What alternatives did you consider?
description: A clear and concise description of what you want to happen.
placeholder: "Ive considered to …"
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: What alternatives did you consider?
description: A clear and concise description of what you want to happen.
placeholder: "Ive considered to …"
validations:
required: true
- type: textarea
id: context
attributes:
label: Anything to add? (optional)
placeholder: "Add any other context or screenshots here."
- type: checkboxes
id: sponsr
attributes:
label: Are you sponsoring us?
options:
- label: Yes, Im a sponsor. 💖
- type: markdown
attributes:
value: |
Thanks for taking the time to send us feedback!