|
1 | 1 | --- |
2 | 2 | name: Request a feature |
3 | 3 | about: Suggest an idea for this project |
4 | | -title: '' |
| 4 | +title: '[FEATURE] ' |
5 | 5 | labels: 'type:feature' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | | -# Background |
10 | 9 |
|
11 | | -# Rationale |
| 10 | +## Background |
12 | 11 |
|
13 | | -Why should this feature exist? |
| 12 | +<!-- Describe the context and motivation for this feature request --> |
14 | 13 |
|
15 | | -What are the use-cases? |
| 14 | +## Problem Statement |
16 | 15 |
|
17 | | -# Specification |
| 16 | +<!-- What problem does this feature solve? What pain points does it address? --> |
18 | 17 |
|
19 | | -# Test Specification |
| 18 | +## Rationale |
20 | 19 |
|
21 | | -# Scope Of Impact |
| 20 | +**Why should this feature exist?** |
| 21 | +<!-- Explain the benefits and value this feature would provide --> |
22 | 22 |
|
| 23 | +**What are the use cases?** |
| 24 | +<!-- Describe specific scenarios where this feature would be useful --> |
23 | 25 |
|
24 | | -# Implementation |
| 26 | +1. |
| 27 | +2. |
| 28 | +3. |
25 | 29 |
|
26 | | -Do you have ideas regarding the implementation of this feature? |
| 30 | +## Proposed Solution |
27 | 31 |
|
28 | | -Are you willing to implement this feature? |
| 32 | +<!-- Describe your proposed solution in detail --> |
| 33 | + |
| 34 | +### Specification |
| 35 | + |
| 36 | +<!-- Provide technical specifications or requirements --> |
| 37 | + |
| 38 | +## Test Specification |
| 39 | + |
| 40 | +<!-- How should this feature be tested? --> |
| 41 | + |
| 42 | +**Test Scenarios** |
| 43 | + |
| 44 | +1. |
| 45 | +2. |
| 46 | +3. |
| 47 | + |
| 48 | +**Performance Considerations** |
| 49 | +<!-- Describe any performance implications --> |
| 50 | + |
| 51 | +## Scope Of Impact |
| 52 | + |
| 53 | +<!-- What parts of the system will be affected? --> |
| 54 | + |
| 55 | +## Implementation |
| 56 | + |
| 57 | +**Do you have ideas regarding the implementation?** |
| 58 | +<!-- Share any technical approaches or implementation details --> |
| 59 | + |
| 60 | +**Are you willing to implement this feature?** |
| 61 | +<!-- Let us know if you'd like to contribute the implementation --> |
| 62 | +- [ ] Yes, I can implement this feature |
| 63 | +- [ ] I can help with implementation |
| 64 | +- [ ] I need help with implementation |
| 65 | +- [ ] I'm just suggesting the idea |
| 66 | + |
| 67 | +**Estimated Complexity** |
| 68 | +<!-- Your assessment of implementation complexity --> |
| 69 | +- [ ] Low (minor changes) |
| 70 | +- [ ] Medium (moderate changes) |
| 71 | +- [ ] High (significant changes) |
| 72 | +- [ ] Unknown |
| 73 | + |
| 74 | +## Alternatives Considered |
| 75 | + |
| 76 | +<!-- Describe any alternative solutions or features you've considered --> |
| 77 | + |
| 78 | +## Additional Context |
| 79 | + |
| 80 | +<!-- Add any other context, mockups, diagrams, or examples --> |
| 81 | + |
| 82 | +**Related Issues/PRs** |
| 83 | +<!-- Link to any related issues or pull requests --> |
| 84 | + |
| 85 | +**References** |
| 86 | +<!-- Link to any relevant documentation, specifications, or discussions --> |
0 commit comments