From 157ca6fdb091bb335cf54508d4c5f9c1f09bc657 Mon Sep 17 00:00:00 2001 From: Francesco Tomaselli Date: Thu, 23 Jan 2025 10:35:24 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a667c7..9946969 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,8 @@ Any other reasonable changes are more than welcome, keep in mind the guidelines: - keep the code as minimal as possible, and avoid comments in the code unless needed; - keep the parameters (e.g. in hugo.toml) as concise and clear as possible; - update the [wiki](https://github.com/tomfran/typo/tree/main/wiki) if needed, trying to maintain the current style of writing; -- refrain from breaking existing behavior, for example, make a new feature disabled by default. +- refrain from breaking existing behavior, for example, make a new feature disabled by default; +- squash your change in a single commit.
Thank you,