|
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +about: Suggest an idea for PlotSense |
| 4 | +title: '[FEATURE] ' |
| 5 | +labels: enhancement |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +## Feature Description |
| 10 | + |
| 11 | +<!-- A clear and concise description of the feature you'd like --> |
| 12 | + |
| 13 | +## Problem Statement |
| 14 | + |
| 15 | +<!-- Is your feature request related to a problem? Please describe. --> |
| 16 | +<!-- Example: "I'm always frustrated when..." --> |
| 17 | + |
| 18 | +## Proposed Solution |
| 19 | + |
| 20 | +<!-- Describe the solution you'd like --> |
| 21 | + |
| 22 | +**Example Usage:** |
| 23 | + |
| 24 | +```python |
| 25 | +# How you envision using this feature |
| 26 | +import plotsense as ps |
| 27 | + |
| 28 | +# Your proposed API/usage |
| 29 | +``` |
| 30 | + |
| 31 | +## Alternatives Considered |
| 32 | + |
| 33 | +<!-- Describe any alternative solutions or features you've considered --> |
| 34 | + |
| 35 | +## Benefits |
| 36 | + |
| 37 | +<!-- Why would this feature be useful? Who would benefit from it? --> |
| 38 | + |
| 39 | +- **For Data Scientists:** |
| 40 | +- **For Analysts:** |
| 41 | +- **For the Project:** |
| 42 | + |
| 43 | +## Implementation Ideas |
| 44 | + |
| 45 | +<!-- If you have ideas about how this could be implemented, share them here --> |
| 46 | + |
| 47 | +**Affected Components:** |
| 48 | +- [ ] Recommendation Engine |
| 49 | +- [ ] Plot Generator |
| 50 | +- [ ] Explanation System |
| 51 | +- [ ] Web Interface |
| 52 | +- [ ] Documentation |
| 53 | +- [ ] Tests |
| 54 | +- [ ] Other: <!-- specify --> |
| 55 | + |
| 56 | +**Potential Challenges:** |
| 57 | + |
| 58 | +## Mockups/Examples |
| 59 | + |
| 60 | +<!-- If applicable, add mockups, diagrams, or examples from other tools --> |
| 61 | + |
| 62 | +## Additional Context |
| 63 | + |
| 64 | +<!-- Add any other context or screenshots about the feature request here --> |
| 65 | + |
| 66 | +## Would you like to work on this? |
| 67 | + |
| 68 | +- [ ] Yes, I'd like to contribute this feature |
| 69 | +- [ ] No, but I'm happy to help test it |
| 70 | +- [ ] Just suggesting the idea |
| 71 | + |
| 72 | +## Related Features/Issues |
| 73 | + |
| 74 | +<!-- Link to related issues or features --> |
| 75 | + |
| 76 | +Related to # |
| 77 | + |
| 78 | +## Checklist |
| 79 | + |
| 80 | +- [ ] I have searched existing issues/PRs for similar feature requests |
| 81 | +- [ ] I have provided a clear use case for this feature |
| 82 | +- [ ] I have considered how this fits with PlotSense's mission |
| 83 | +- [ ] I have provided example usage code |
0 commit comments