]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Github: update issue templates (#22594)
authorJohannes Gäßler <redacted>
Sat, 2 May 2026 05:56:13 +0000 (07:56 +0200)
committerGitHub <redacted>
Sat, 2 May 2026 05:56:13 +0000 (07:56 +0200)
.github/ISSUE_TEMPLATE/010-bug-compilation.yml
.github/ISSUE_TEMPLATE/011-bug-results.yml
.github/ISSUE_TEMPLATE/019-bug-misc.yml
.github/ISSUE_TEMPLATE/020-enhancement.yml
.github/ISSUE_TEMPLATE/030-research.yml
.github/ISSUE_TEMPLATE/040-refactor.yml

index b55bc1a3f8078bdddae40461744cae14a94d5665..51ef87a590688b82d6f84b0b474a79062de7af73 100644 (file)
@@ -12,6 +12,8 @@ body:
         after recreating the CMake build directory and with `-DGGML_CCACHE=OFF`.
         If the compilation succeeds with ccache disabled you should be able to permanently fix the issue
         by clearing `~/.cache/ccache` (on Linux).
+
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
   - type: textarea
     id: commit
     attributes:
index 653d75e1687a1898dc66eb883e88b05e4946a320..c7001edf0504872708c481c39596b23664d0eb7d 100644 (file)
@@ -1,5 +1,5 @@
 name: Bug (model use)
-description: Something goes wrong when using a model (in general, not specific to a single llama.cpp module).
+description: Something goes wrong when running a model (crashes, garbled outputs, etc.).
 title: "Eval bug: "
 labels: ["bug-unconfirmed", "model evaluation"]
 body:
@@ -12,6 +12,8 @@ body:
         If you encountered the issue while using an external UI (e.g. ollama),
         please reproduce your issue using one of the examples/binaries in this repository.
         The `llama-completion` binary can be used for simple and reproducible model inference.
+
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
   - type: textarea
     id: version
     attributes:
index 8e867e7f60fb0d76ad3ab2e716467595a67a8bea..831c98eb6375560a8caabb981280f39b71e9ce62 100644 (file)
@@ -10,6 +10,8 @@ body:
         This issue template is intended for miscellaneous bugs that don't fit into any other category.
         If you encountered the issue while using an external UI (e.g. ollama),
         please reproduce your issue using one of the examples/binaries in this repository.
+
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
   - type: textarea
     id: version
     attributes:
index cee1446f5a097a643e444cf204d22f512a665ada..fdca622ae9db575be38ac8e0c76faee6be093303 100644 (file)
@@ -8,6 +8,8 @@ body:
       value: |
         [Please post your idea first in Discussion if there is not yet a consensus for this enhancement request. This will help to keep this issue tracker focused on enhancements that the community has agreed needs to be implemented.](https://github.com/ggml-org/llama.cpp/discussions/categories/ideas)
 
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
+
   - type: checkboxes
     id: prerequisites
     attributes:
index e774550d5908c38aeb7a6823b7dc38d8e49cd3df..172edc1326a459a6549d052db4f4805a9f521645 100644 (file)
@@ -8,6 +8,8 @@ body:
       value: |
         Don't forget to check for any [duplicate research issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
 
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
+
   - type: checkboxes
     id: research-stage
     attributes:
index 2fe94e26c6988a9577fa30d91e88ed993e526a92..efd10d79d99ae86d12095afc59429b0961f23c21 100644 (file)
@@ -9,6 +9,8 @@ body:
         Don't forget to [check for existing refactor issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3Arefactoring) in case it's already covered.
         Also you may want to check [Pull request refactor label as well](https://github.com/ggml-org/llama.cpp/pulls?q=is%3Aopen+is%3Apr+label%3Arefactoring) for duplicates too.
 
+        Please fill out this template yourself, copypasting language model outputs is [strictly prohibited](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md#ai-usage-policy).
+
   - type: textarea
     id: background-description
     attributes: