From f318b958dae945d7f7e7a7b8fe091f51eb22263e Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sat, 20 Apr 2024 12:10:49 +0200 Subject: [PATCH] docs(CONTRIBUTING.md): minor update Update https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md#conventional-commits-types to take into account commit 8cabe074e48a7ac10cacdc8d5b5a4fca18e8f139. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ceac6c0e..152771269 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ As specified in commit [`87bb9b5`](https://github.com/ocaml-sf/learn-ocaml/commi | `test` | Tests | Add missing tests or correct existing tests | | `ci` | CI/CD | Change the CI/CD configuration | | `docs` | Documentation | Change documentation only | -| `style` | Style | (hidden by default) Change code without affecting its meaning (white-space, formatting, semi-colons or so) | +| `style` | Style | Change code without affecting its meaning (white-space, formatting, semi-colons or so) | | `chore` | Miscellaneous Chores | (hidden by default) Change files unrelated to code, tests, docs, build or ci config | See also: