Skip to content

Commit bf78b83

Browse files
docs: Add feature request issue template
This template provides a structured format for feature requests including: - Clear feature description and use case - Proposed solution with technical details - Alternatives and examples - Implementation complexity estimation - Contribution willingness This follows the issue management rules defined in CLAUDE.md.
1 parent 532802f commit bf78b83

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for enhancing AIDAS
4+
title: '[FEATURE] '
5+
labels: 'enhancement, needs-triage'
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Description
11+
A clear and concise description of the feature you'd like to see implemented.
12+
13+
## Use Case
14+
Explain why this feature is needed and who would benefit from it.
15+
16+
**Current Situation:**
17+
- What is the current behavior/limitation?
18+
- What problems does this cause?
19+
20+
**Desired Outcome:**
21+
- How would this feature solve those problems?
22+
- What would be the benefits?
23+
24+
## Proposed Solution
25+
Describe how you think this feature should work:
26+
27+
1. **User Interface Changes** (if applicable):
28+
- How should the feature be accessed?
29+
- What new UI elements are needed?
30+
31+
2. **Technical Implementation**:
32+
- High-level description of the implementation
33+
- Any specific technologies or approaches you suggest
34+
35+
3. **Configuration** (if applicable):
36+
- What configuration options should be available?
37+
- Default values?
38+
39+
## Alternatives Considered
40+
Have you considered any alternative solutions or features? If so, please describe them.
41+
42+
## Examples
43+
If possible, provide examples of:
44+
- Similar features in other projects
45+
- Mockups or wireframes
46+
- Code snippets showing the desired API
47+
48+
## Additional Context
49+
Add any other context, screenshots, or information about the feature request here.
50+
51+
## Implementation Complexity
52+
Your estimate of the implementation complexity:
53+
- [ ] Low - Simple addition, minimal changes
54+
- [ ] Medium - Moderate changes, some refactoring needed
55+
- [ ] High - Major changes, significant development effort
56+
57+
## Are you willing to contribute?
58+
- [ ] Yes, I can implement this feature
59+
- [ ] Yes, I can help with testing
60+
- [ ] Yes, I can help with documentation
61+
- [ ] No, but I'm available for discussion

0 commit comments

Comments
 (0)