From 2587d2934b329668bc100da2026b6b0b21e80fd3 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 30 May 2024 22:00:17 +1000 Subject: [PATCH] Updated contribute (markdown) --- contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.md b/contribute.md index a7a061c..4e1ba48 100644 --- a/contribute.md +++ b/contribute.md @@ -15,7 +15,7 @@ If you are a developer who want to contribute here is where you can help - 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) +* [Critical Severity Bugs](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22critical+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