From 522fe3b1e000b800b7d02d043cd4ecb1d4f36ee2 Mon Sep 17 00:00:00 2001 From: Nicolas Perez Date: Sun, 2 Jun 2024 16:05:06 -0400 Subject: [PATCH] doc: Added to README that collaborators should follow PR template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8680460aa..f5ba2c786 100644 --- a/README.md +++ b/README.md @@ -1088,6 +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 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)