From dcbc2fa77670fd134303f4f6a2b9d791c80299f3 Mon Sep 17 00:00:00 2001 From: jeromeku Date: Sun, 30 Mar 2025 15:01:06 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/documentation.md | 20 ------------------- .../ISSUE_TEMPLATE/documentation_request.md | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index 03891edaf1..0000000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Documentation -about: Documentation request -title: "[DOCUMENTATION]" -labels: documentation -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. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/documentation_request.md b/.github/ISSUE_TEMPLATE/documentation_request.md index c9fa21fac9..062962deb5 100644 --- a/.github/ISSUE_TEMPLATE/documentation_request.md +++ b/.github/ISSUE_TEMPLATE/documentation_request.md @@ -1,8 +1,8 @@ --- name: Documentation request -about: Report incorrect or needed documentation to improve CUTLASS +about: Report incorrect or needed documentation to improve unsloth! title: "[DOC]" -labels: "? - Needs Triage, documentation" +labels: documentation assignees: '' ---