From 8cc17410f5072e456165557580a19b56c338ae9e Mon Sep 17 00:00:00 2001 From: Nicolas Perez Date: Mon, 3 Jun 2024 20:27:35 -0400 Subject: [PATCH] docs: Added link in README to pull request template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ba2c786..981a795dd 100644 --- a/README.md +++ b/README.md @@ -1088,7 +1088,7 @@ docker run --gpus all -v /path/to/models:/models local/llama.cpp:server-cuda -m - Contributors can open PRs - Collaborators can push to branches in the `llama.cpp` repo and merge PRs into the `master` branch -- Collaborators should follow the PR template when adding a PR +- Collaborators should follow the [PR template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) when adding a PR - Collaborators will be invited based on contributions - Any help with managing issues and PRs is very appreciated! - Make sure to read this: [Inference at the edge](https://github.com/ggerganov/llama.cpp/discussions/205)