diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..176e5eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '[BUG] ' +labels: bug +assignees: '' + +--- + +## Description +A clear and concise description of what the bug is. + +## Steps to Reproduce +1. Step one +2. Step two +3. Step three + +## Expected Behavior +What you expected to happen. + +## Actual Behavior +What actually happened. + +## Environment +- OS: [e.g. Linux, macOS, Windows] +- Python version: [e.g. 3.10, 3.11] +- Alix CLI version: [e.g. 1.0.0] +- Shell: [e.g. bash, zsh, fish] + +## Additional Context +Add any other context about the problem here. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Logs +If applicable, add relevant log output here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..bd2a8c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,34 @@ +--- +name: Enhancement +about: Suggest an improvement to an existing feature +title: '[ENHANCEMENT] ' +labels: enhancement +assignees: '' + +--- + +## Current Behavior +Describe the current behavior that you want to enhance. + +## Proposed Enhancement +A clear and concise description of the proposed improvement. + +## Motivation +Why is this enhancement needed? What problem does it solve? + +## Benefits +What benefits would this enhancement provide to users or developers? + +## Implementation Details +If you have specific ideas about how this enhancement should be implemented, please describe them. + +## Impact Assessment +- **Breaking Changes**: Will this enhancement introduce any breaking changes? +- **Performance**: Will this enhancement improve or impact performance? +- **Complexity**: How complex would this enhancement be to implement? + +## Alternative Approaches +Have you considered alternative ways to achieve the same improvement? + +## Additional Context +Add any other context, examples, or references that help explain the enhancement. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9bbd428 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '[FEATURE] ' +labels: enhancement +assignees: '' + +--- + +## Problem Statement +Is your feature request related to a problem you're facing? Please describe it clearly. + +## Proposed Solution +A clear and concise description of what you want to happen. + +## Use Cases +Describe the specific scenarios where this feature would be useful. + +## Alternative Solutions +Have you considered any alternative solutions or workarounds? + +## Additional Context +Add any other context, screenshots, mockups, or examples that help explain your feature request. + +## Implementation Suggestions +If you have any ideas about how this feature could be implemented, please share them here. + +## Related Issues +Are there any existing issues or discussions related to this feature request? \ No newline at end of file