From 6d84dade56d10333bfb1a2970af67684932b80bd Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Sat, 27 Dec 2025 18:16:38 +0900 Subject: [PATCH] chore: add enhancement issue template (#434) --- .github/ISSUE_TEMPLATE/enhancement.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md 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.