mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
Update issue template so people will use it (#404)
This commit is contained in:
parent
69c92298a9
commit
ee8a788786
1 changed files with 5 additions and 5 deletions
10
.github/ISSUE_TEMPLATE/custom.md
vendored
10
.github/ISSUE_TEMPLATE/custom.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Custom issue template
|
name: Issue and enhancement template
|
||||||
about: Used to report user-related issues with the software
|
about: Used to report issues and request enhancements for llama.cpp
|
||||||
title: "[User] I encountered a problem .."
|
title: "[User] Insert summary of your issue or enhancement.."
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ Please answer the following questions for yourself before submitting an issue.
|
||||||
|
|
||||||
# Expected Behavior
|
# 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
|
# 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
|
# Environment and Context
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue