Created contribute (markdown)

Brian 2024-05-29 18:17:55 +10:00
parent 37d9c08472
commit 4748899de4

28
contribute.md Normal file

@ -0,0 +1,28 @@
If you are a developer who want to contribute here is where you can help
# General contributions areas to consider
* [Answering questions](https://github.com/ggerganov/llama.cpp/discussions/categories/q-a)
* [Improving the user guide wiki](https://github.com/ggerganov/llama.cpp/wiki)
* [Suggest a new feature / enhancement](https://github.com/ggerganov/llama.cpp/discussions/categories/ideas)
* Submit a pull request with fixes/improvements/etc...
# Tickets Needing Attention
* [Low Severity Bugs](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+severity%22)
- Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches)
* [Medium Severity Bugs](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22medium+severity%22)
- Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but generally still usable)
* [High Severity Bugs](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22high+severity%22)
- Used to report high severity bugs in llama.cpp (e.g. Malfunctioning features hindering important common workflow)
* [Critical Severity Bugs](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22high+severity%22)
- Used to report critical severity bugs in llama.cpp (e.g. Crashing, Corrupted, Dataloss)
# Pull requests for those who want to help look over and review
* [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