From e43fafb9c814c8251ebf3f34dbb6c7f119bcb6a4 Mon Sep 17 00:00:00 2001 From: jeromeku Date: Sun, 30 Mar 2025 15:52:31 -0700 Subject: [PATCH] make wording more user-friendly --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/documentation.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1448a746ce..cf4f07a9bf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,13 +8,13 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the bug is. Please fill out the following sections and provide a minimal reproduction script so that we can provide a solution as quickly as possible! 1. **Environment Setup:** - OS: [e.g., Ubuntu 20.04] - Python Version: [e.g., 3.8.10] - Frameworks/Libraries: please paste output of `pip freeze` here - - `colab` / script - was this run in colab or as a script? + - `colab` / script - was this run in `colab` or as a script? 2. **Dataset Details:** - Dataset Name: diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 20f94e224b..b8833510f4 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -17,7 +17,6 @@ assignees: '' **Describe the problems or issues found in the documentation** **Steps taken to verify documentation is incorrect** -List any steps you have taken: **Suggested fix** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b64d7b90b7..d9325c0f80 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **What features would you like to see? Is it related to a problem or a new feature you'd like to see? Please describe.** -A clear and concise description of what we can do to improve `unsloth`! +What we can do to improve `unsloth`? **Additional context** -Add any other context or screenshots here. +Feel free to add any other context, links, or screenshots here. \ No newline at end of file