From b0ef675e7ecc8724d3db9df2862c8f19854b88a9 Mon Sep 17 00:00:00 2001 From: quexeky Date: Tue, 5 Nov 2024 12:09:15 +1100 Subject: [PATCH] docs: Updated README.md Removed some existing incorrect statements that had not been adapted fully. Still need to continue updating the contributing guide Signed-off-by: quexeky --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35ef7e4..b25276e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -153,7 +153,7 @@ type(scope)!: subject - `perf`: performance improvements. - `test`: changes to the test suite. - `ci`: changes to the CI system. - - `build`: changes to the build system (we don't yet have one so this shouldn't apply). + - `build`: changes to the build system. - `chore`: for other changes that don't match previous types. This doesn't appear in the changelog. @@ -222,14 +222,15 @@ subject is clear and precise enough that users will know what changed by just lo ---- + ## Reference This contributing guide is adapted from the [oh-my-zsh contribution guide](https://github.com/ohmyzsh/ohmyzsh/blob/master/CONTRIBUTING.md). -If there are any issues with this, please email (admin@quexeky.dev)[mailto://admin@quexeky.dev]. \ No newline at end of file +If there are any issues with this, please email (admin@quexeky.dev)[mailto:admin@quexeky.dev]. \ No newline at end of file