- Bumped version to 1.5.0 and updated project description for clarity. - Added build-system configuration for setuptools and wheel. - Specified authors and license information. - Updated Python version requirement to >=3.10. - Included project URLs for homepage and bug tracker. - Configured tools for code formatting (black) and linting (ruff). - Set pytest options for testing.
22 lines
No EOL
637 B
Markdown
22 lines
No EOL
637 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Problem Statement
|
|
<!-- Describe the problem or limitation you're experiencing. Ex. I'm always frustrated when [...] -->
|
|
|
|
## Proposed Solution
|
|
<!-- Describe the solution you'd like to see implemented -->
|
|
|
|
## Use Cases
|
|
<!-- Describe how this feature would be used and who would benefit from it -->
|
|
|
|
## Alternatives Considered
|
|
<!-- Describe any alternative solutions or features you've considered -->
|
|
|
|
## Additional Context
|
|
<!-- Add any other context, screenshots, or examples about the feature request here --> |