Skip to content

Commit 6159293

Browse files
committed
ci: add issue templates
1 parent 6cec378 commit 6159293

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Question
2+
description: Ask a question about using Commune
3+
labels: ["question"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: "For quick answers, check the [cookbook](https://github.com/shanjai-raj/commune-cookbook) and [discussions](https://github.com/shanjai-raj/commune-cookbook/discussions) first."
8+
- type: textarea
9+
id: question
10+
attributes:
11+
label: Your question
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: tried
16+
attributes:
17+
label: What have you tried?
18+
- type: dropdown
19+
id: framework
20+
attributes:
21+
label: Agent framework (if relevant)
22+
options:
23+
- LangChain
24+
- CrewAI
25+
- OpenAI Agents SDK
26+
- Claude / Anthropic
27+
- AutoGen
28+
- None / plain Python
29+
- Other
30+
- N/A

0 commit comments

Comments
 (0)