diff options
author | Gary Mulder <gjmulder@gmail.com> | 2023-03-22 19:06:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 19:06:18 +0000 |
commit | ee8a7887865a893be208e0a92d6d94d2cb66a789 (patch) | |
tree | 2c7b5c51b02798445830bbde0783bd974dc50ce6 /.github/ISSUE_TEMPLATE | |
parent | 69c92298a9e36dc2363b3bf50452976ce49487b3 (diff) |
Update issue template so people will use it (#404)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/custom.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index fe6a97b..7222462 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 enhancements 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 |