From: Georgi Gerganov Date: Fri, 25 Jul 2025 04:05:38 +0000 (+0300) Subject: contrib : recommend PRs to llama.cpp (#1312) X-Git-Tag: upstream/0.0.2404~45 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b7bfde9c88aa4b063ce68dab6cc4f5c6caae37fd;p=pkg%2Fggml%2Fsources%2Fggml contrib : recommend PRs to llama.cpp (#1312) * contrib : recommend PRs to llama.cpp * cont : wording --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..aa8bd95d --- /dev/null +++ b/.github/pull_request_template.md @@ -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.* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0077c605..8a645a00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.*