Skip to content

Commit 6cec378

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

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Suggest a new capability for Commune
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: "We'd love to hear your ideas!"
8+
- type: textarea
9+
id: use-case
10+
attributes:
11+
label: What agent use case does this enable?
12+
description: Describe the AI agent task that would become possible or easier
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: solution
17+
attributes:
18+
label: Proposed API or behavior
19+
description: What should the SDK/API look like?
20+
render: python
21+
- type: dropdown
22+
id: priority
23+
attributes:
24+
label: How important is this to your project?
25+
options:
26+
- Blocking — I cannot ship without this
27+
- High — Would significantly improve my workflow
28+
- Nice to have

0 commit comments

Comments
 (0)