Skip to content

Commit cefec4a

Browse files
committed
ci: add issue templates
1 parent 41d0cc3 commit cefec4a

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Bug Report
2+
description: Report a bug or unexpected behavior
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: "Thanks for reporting a bug! Please fill out the details below."
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: What happened?
12+
description: Describe the bug. What did you expect vs what actually happened?
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: reproduction
17+
attributes:
18+
label: Minimal reproduction
19+
description: Paste the shortest code that reproduces the issue
20+
render: python
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: error
25+
attributes:
26+
label: Error message or unexpected output
27+
render: text
28+
- type: dropdown
29+
id: framework
30+
attributes:
31+
label: Agent framework
32+
options:
33+
- LangChain
34+
- CrewAI
35+
- OpenAI Agents SDK
36+
- Claude / Anthropic
37+
- AutoGen
38+
- None / plain Python
39+
- Other
40+
- type: input
41+
id: version
42+
attributes:
43+
label: commune-mail version
44+
placeholder: "e.g. 0.2.1"
45+
validations:
46+
required: true

0 commit comments

Comments
 (0)