doc: Made PR template only contain a line that a collaborator has read the contributing guidelines

This commit is contained in:
Nicolas Perez 2024-06-04 10:21:25 -04:00
parent 3de6557bdf
commit e79bc7ef4d

View file

@ -1,16 +1 @@
## Summary - [ ] I have read the [contributing guidelines](CONTRIBUTING.md)
[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