mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
github: transform the feature request template to an issue form
This commit is contained in:
parent
a308cad8ea
commit
451b655850
1
.github/ISSUE_TEMPLATE/bug_report_default.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report_default.md
vendored
@ -5,7 +5,6 @@ url: https://github.com/ueberdosis/tiptap/issues/new
|
||||
title: ''
|
||||
labels:
|
||||
- bug
|
||||
- v2
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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: I’m 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.
|
52
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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: "I’m always frustrated when …"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: What’s the solution you would like to see?
|
||||
description: A clear and concise description of what you want to happen.
|
||||
placeholder: "I’d 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: "I’ve 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: "I’ve 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, I’m a sponsor. 💖
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to send us feedback!
|
Loading…
Reference in New Issue
Block a user