From 49197bbd6bc0f1e5f3ab89893ce09fc8550631a4 Mon Sep 17 00:00:00 2001 From: Gary Mulder <gjmulder@gmail.com> Date: Wed, 22 Mar 2023 18:06:15 +0000 Subject: [PATCH 1/2] Update custom.md Improved prompt and fixed a few typos --- .github/ISSUE_TEMPLATE/custom.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index fe6a97bea8e26..6f05292934eba 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,7 +1,7 @@ --- -name: Custom issue template -about: Used to report user-related issues with the software -title: "[User] I encountered a problem .." +name: Issue and enhancement template +about: Used to report issues and request enhancemments for llama.cpp +title: "[User] Insert summary of your issue or enhancement.." labels: '' assignees: '' @@ -18,11 +18,11 @@ Please answer the following questions for yourself before submitting an issue. # Expected Behavior -Please provide a detailed written description of what you were trying to do, and what you expected `lamma.cpp` to do. +Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do. # Current Behavior -Please provide a detailed written description of what `lamma.cpp` did, instead. +Please provide a detailed written description of what `llama.cpp` did, instead. # Environment and Context From a6bd606cd0a4b5a02ab7370fd087946d17db3533 Mon Sep 17 00:00:00 2001 From: Stephan Walter <stephan@walter.name> Date: Wed, 22 Mar 2023 19:02:39 +0000 Subject: [PATCH 2/2] typo --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 6f05292934eba..72224624c095c 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- name: Issue and enhancement template -about: Used to report issues and request enhancemments for llama.cpp +about: Used to report issues and request enhancements for llama.cpp title: "[User] Insert summary of your issue or enhancement.." labels: '' assignees: ''