Skip to content

Commit a27abe5

Browse files
Merge pull request #94 from godlykmathews/master
Add Feature Request Issue Template
2 parents c0b30cf + 3396da7 commit a27abe5

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Feature request
2+
description: Suggest a new idea or enhancement for Clueminati 2025
3+
labels:
4+
- enhancement
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for contributing! Please fill out the sections below so we can evaluate the idea quickly.
10+
- type: input
11+
id: summary
12+
attributes:
13+
label: Summary
14+
description: Briefly describe the feature or enhancement.
15+
placeholder: e.g. Add support for offline puzzle syncing
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: motivation
20+
attributes:
21+
label: Motivation
22+
description: Explain the problem this feature solves and who it helps.
23+
placeholder: Describe the current pain point and desired outcome
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: proposal
28+
attributes:
29+
label: Proposed solution
30+
description: Outline how you envision the feature working.
31+
placeholder: Include user flows, screens, or API details if known
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: alternatives
36+
attributes:
37+
label: Alternatives considered
38+
description: List other options you explored and why they were rejected.
39+
placeholder: Mention any workarounds or related ideas
40+
- type: input
41+
id: impact
42+
attributes:
43+
label: Impact or priority
44+
description: Estimate how urgent or impactful this feature is.
45+
placeholder: Low / Medium / High
46+
- type: textarea
47+
id: additional-context
48+
attributes:
49+
label: Additional context
50+
description: Add screenshots, references, or anything else helpful.
51+
placeholder: Links to designs, docs, or related issues

0 commit comments

Comments
 (0)