From a101bd92cfe435fb4b036a6da2d5a15b866701c1 Mon Sep 17 00:00:00 2001 From: Hunter T Date: Mon, 8 Apr 2024 07:36:28 -0700 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: Hunter T. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a28a77b..46d870a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,9 @@ The coding style used for this repository can be found [at this repo](https://gi All commits should follow the [Conventional Commits](https://www.conventionalcommits.org) style. -All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63). As a note, all commits prior to 2022-07-10 specifying `build`, should be regarded as `func`. +All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63). + +NOTE: As of 2024-04-08, the `Commit Types` specified at the link above, have been completely rewritten. ## Pull Request