diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-01-23 10:35:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 10:35:24 +0100 |
commit | 22bfe56c1316437641509fb61c36b32048206662 (patch) | |
tree | c78e2d5f2b47fa3dcde7ac3dbc3d4f22cf87b49a /CONTRIBUTING.md | |
parent | 682f7b7d63ddc97d30475617bbc1fee0116a8243 (diff) |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. <br> Thank you, <br> |