Skip to content

Commit caa320e

Browse files
authored
Setup discussions (#2048)
- Creates category forms for discussion categories - Removes unused issue templates in favor of discussions
1 parent bffb07d commit caa320e

File tree

4 files changed

+61
-26
lines changed

4 files changed

+61
-26
lines changed
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title: "[Feature] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
Let us know what feature is missing and why you think it should exist!
7+
- type: textarea
8+
id: rationale
9+
attributes:
10+
label: Rationale
11+
description: "Why do you think it should exist?"
12+
value: |
13+
Why should this feature exist?
14+
What are the use-cases?
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: implementation
19+
attributes:
20+
label: Implementation
21+
description: "Your thoughts about the implementation"
22+
value: |
23+
Do you have ideas regarding the implementation of this feature?
24+
Are you willing to implement it?
25+
validations:
26+
required: true
27+

Diff for: .github/DISCUSSION_TEMPLATE/help-q-a.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
title: "[Help] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
The more specific you can be, the easier it will be to help you!
7+
- type: textarea
8+
id: context
9+
attributes:
10+
label: Context
11+
description: "What is the context of your question?"
12+
value: |
13+
Describe what was the result you were trying to achieve
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: problem
18+
attributes:
19+
label: Problem
20+
description: "What is the problem you're facing?"
21+
value: |
22+
Describe the specific problem you have
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: asks
27+
attributes:
28+
label: Asks
29+
description: "What kind of help you're looking for?"
30+
value: |
31+
How can we help you?
32+
validations:
33+
required: true
34+

Diff for: .github/ISSUE_TEMPLATE/feature.md

-17
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/question.md

-9
This file was deleted.

0 commit comments

Comments
 (0)