Skip to content

Commit 553819d

Browse files
committed
docs: add more issue forms
1 parent d037977 commit 553819d

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🚀 Feature request
22
description: Suggest an idea for this project
3-
title: "<One feature request per issue>"
3+
title: One feature request per issue
44
labels: ['type: feature']
55
body:
66
- type: textarea
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: non-core improvement proposal
2+
description: Suggest an idea for this project
3+
title: Idea
4+
labels: ['type: refactor']
5+
body:
6+
- type: checkboxes
7+
id: type
8+
attributes:
9+
label: Type
10+
options:
11+
- label: Refactor
12+
- label: Test
13+
- type: textarea
14+
id: why
15+
attributes:
16+
label: Why?
17+
description: |
18+
A clear and concise description of why you want to propose this improvement.
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: additional-context
23+
attributes:
24+
label: Additional context
25+
description: |
26+
If applicable, add context that helps us understand the idea better.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 🤔 Question
2+
description: |
3+
Letting us know your question will help us improve the project or document.
4+
If you think it is a bug, please use the bug report template instead.
5+
title: Your question
6+
labels: ['type: question']
7+
body:
8+
- type: textarea
9+
id: question
10+
attributes:
11+
label: Question
12+
description: |
13+
A clear description of your question.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: additional-context
18+
attributes:
19+
label: Additional context
20+
description: |
21+
If applicable, add context that helps us understand your question better.

0 commit comments

Comments
 (0)