From c6ea829dafbb91946085699ae798bc2bc20c92b6 Mon Sep 17 00:00:00 2001 From: LostRuins Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:34:47 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/create-new-issue.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/create-new-issue.md diff --git a/.github/ISSUE_TEMPLATE/create-new-issue.md b/.github/ISSUE_TEMPLATE/create-new-issue.md new file mode 100644 index 00000000000..33161c163e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/create-new-issue.md @@ -0,0 +1,14 @@ +--- +name: Create New Issue +about: Please describe the issue in detail +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Issue** +A clear and detailed description of what the issue is, and how to duplicate it (if applicable). + +**Additional Information:** +Please provide as much relevant information about your setup as possible, such as the Operating System, CPU, GPU, KoboldCpp Version, and relevant logs (helpful to include the launch params from the terminal output, flags and crash logs)