]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
contrib : recommend PRs to llama.cpp (#1312)
authorGeorgi Gerganov <redacted>
Fri, 25 Jul 2025 04:05:38 +0000 (07:05 +0300)
committerGitHub <redacted>
Fri, 25 Jul 2025 04:05:38 +0000 (07:05 +0300)
* contrib : recommend PRs to llama.cpp

* cont : wording

.github/pull_request_template.md [new file with mode: 0644]
CONTRIBUTING.md

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..aa8bd95
--- /dev/null
@@ -0,0 +1 @@
+*For changes to the core `ggml` library (including to the CMake build system), please open a PR in https://github.com/ggml-org/llama.cpp. Doing so will make your PR more visible, better tested and more likely to be reviewed.*
index 0077c6051103a96a25f17a93f87269710037e004..8a645a00a081086673e12539a3c5ed6889285c10 100644 (file)
@@ -1 +1,3 @@
 Please use [llama.cpp's contribution guidelines](https://github.com/ggml-org/llama.cpp/blob/master/CONTRIBUTING.md) for this project.
+
+*For changes to the core `ggml` library (including to the CMake build system), please open a PR in https://github.com/ggml-org/llama.cpp. Doing so will make your PR more visible, better tested and more likely to be reviewed.*