doc: Made PR template only contain a line that a collaborator has read the contributing guidelines
This commit is contained in:
parent
3de6557bdf
commit
e79bc7ef4d
1 changed files with 1 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue