Skip to content

Commit b088e0a

Browse files
chore(github): add Feature Request issue template
Previously only Bug Report existed (and blank issues are disabled), so feature requests had no structured form. Mirrors bug_report.yml style; labels new issues 'feature request' to match the repo label taxonomy; includes an Area dropdown (plugin / Pi / dashboard / CLI / memory). Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
1 parent a002fdd commit b088e0a

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Feature Request
2+
description: Suggest a new feature or improvement for Magic Context
3+
labels: ["feature request"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for the suggestion! Please check the [README](https://github.com/cortexkit/magic-context#readme) and [open issues](https://github.com/cortexkit/magic-context/issues) first — your idea may already be documented or under discussion.
9+
10+
- type: input
11+
id: title
12+
attributes:
13+
label: Short description
14+
placeholder: "Surface decision/why behind compartments as a graph in the dashboard"
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
id: problem
20+
attributes:
21+
label: What problem does this solve?
22+
description: Describe the pain point or limitation you're hitting today. What are you trying to do that Magic Context doesn't (or can't) help with yet?
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: proposal
28+
attributes:
29+
label: Proposed solution
30+
description: How would you like it to work? Be as concrete as you can — UI, config, behavior, command, etc.
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: alternatives
36+
attributes:
37+
label: Alternatives considered
38+
description: Other approaches you've tried or thought about, and why they fall short. Optional.
39+
40+
- type: dropdown
41+
id: area
42+
attributes:
43+
label: Area
44+
description: Which part of Magic Context does this touch?
45+
options:
46+
- OpenCode plugin
47+
- Pi plugin
48+
- Dashboard
49+
- CLI (setup / doctor)
50+
- Memory / historian / dreamer
51+
- Not sure
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: context
57+
attributes:
58+
label: Additional context
59+
description: Anything else — screenshots, links, related issues, examples from other tools. Optional.

0 commit comments

Comments
 (0)