From 329216c0827275da41646258b7a0c080811167a9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 12 May 2026 19:38:47 +0200 Subject: [PATCH] Add issue templates Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1a1abca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: "🐞 Bug Report" +about: Report a reproducible error +title: "[BUG] " +labels: bug +--- + +**Describe the bug** +A clear and concise description of the issue. + +**To Reproduce** + +1. Go to '...' +2. Click on '....' +3. See error + +**Expected Behavior** + +What should have happened. + +**Environment** + +- OS: +- Version (`spilltea -v`): + +**Additional Context** + +Add any logs or screenshots here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..40a5fe3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: "🚀 Feature Request" +about: Suggest an idea for this project +title: "[FEATURE] " +labels: enhancement +--- + +**Is your feature request related to a problem?** + +A description of what the problem is (e.g. I'm always frustrated when...). + +**Describe the solution** + +A clear description of what you want to happen. + +**Describe alternatives** + +Any alternative solutions or features you've considered. + +**Additional context** + +Add any other context or mockups here.