diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..5eb2143 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,24 @@ +--- +name: Enhancement +about: Suggest an improvement to existing functionality +title: '[Enhancement] ' +labels: enhancement +assignees: '' +--- + +> **Note**: This template is just a guide. Feel free to ignore the format entirely - any feedback is welcome! Don't let the template stop you from sharing your ideas. + +## Current Behavior +Describe how the feature currently works. + +## Proposed Enhancement +How you'd like this to be improved. + +## Motivation +Why this enhancement would be beneficial. + +## Screenshots / Mockups +If applicable, add screenshots or mockups to illustrate the proposed changes. + +## Additional Context +Any other information about the enhancement request.