From db1e94785ea71fcffbf19ba20a06eee74a333995 Mon Sep 17 00:00:00 2001 From: jeromeku Date: Sun, 30 Mar 2025 15:34:01 -0700 Subject: [PATCH] more template edits --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d545c65917..53b274aecc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ A clear and concise description of what the bug is. - OS: [e.g., Ubuntu 20.04] - Python Version: [e.g., 3.8.10] - Frameworks/Libraries: past output of `pip freeze` here - - Colab / Script + - Colab / Script - was this run in colab or as a script? 2. **Dataset Details:** - Dataset Name: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a2956b5db2..2651d3245f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea: new algorithm, model, kernel, etc. title: "[FEAT]" labels: feature request assignees: '' @@ -8,13 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +A clear and concise description of what you'd like to see in `unsloth`. **Additional context** Add any other context or screenshots about the feature request here.