Updated PR And Issue Tickets Maintanance (markdown)

Brian 2024-05-21 02:53:31 +10:00
parent f4f88abb4f
commit b57aff3f82

@ -4,8 +4,11 @@
### PRs for those who want to help
* [Low Complexity PRs needing attention](https://github.com/ggerganov/llama.cpp/pulls?q=is%3Apr+is%3Aopen+review%3Arequired+label%3A%22review+complexity+%3A+low%22+)
- Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
* [Medium Complexity PRs needing attention](https://github.com/ggerganov/llama.cpp/pulls?q=is%3Apr+is%3Aopen+review%3Arequired+label%3A%22review+complexity+%3A+medium%22 )
- Generally require more time to grok but manageable by beginner to medium expertise level
* [High Complexity PRs needing attention](https://github.com/ggerganov/llama.cpp/pulls?q=is%3Apr+is%3Aopen+review%3Arequired+label%3A%22review+complexity+%3A+high%22)
- Generally require indepth knowledge of LLMs or GPUs
### PRs for those who want to merge