From cc133401db7d3271ff3907d7c79e4bf99d25ae83 Mon Sep 17 00:00:00 2001 From: LostRuins Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:36:00 +0800 Subject: [PATCH] Update issue templates (#986) --- .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 000000000..33161c163 --- /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)