From e79bc7ef4d5881acd33ccec138082dfae65df579 Mon Sep 17 00:00:00 2001 From: Nicolas Perez Date: Tue, 4 Jun 2024 10:21:25 -0400 Subject: [PATCH] doc: Made PR template only contain a line that a collaborator has read the contributing guidelines --- .../pull_request_template.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 5f3853dd4..278533b34 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,16 +1 @@ -## Summary -[Summarize your changes] - -## How would you rate the complexity of this PR? (Easy, Medium, Hard) -[Review complexity] - -## Verification - -To verify this PR, you can: - -* Make sure that your PR follows the [contributing guidelines](CONTRIBUTING.md) and the [coding guidelines](https://github.com/ggerganov/llama.cpp/blob/master/README.md#coding-guidelines) -* Test your changes using the commands in the [`tests`](tests) folder - * For instance, running the `./tests/test-backend-ops` command tests different backend implementations of the GGML library - * - -* Execute [the full CI locally on your machine](ci/README.md) before publishing +- [ ] I have read the [contributing guidelines](CONTRIBUTING.md)