Update CONTRIBUTING.md

This commit is contained in:
Francesco Tomaselli 2025-01-23 10:35:24 +01:00 committed by GitHub
parent 96a8842cfc
commit 157ca6fdb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 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; - 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; - 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> <br>
Thank you, <br> Thank you, <br>