diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-01-03 01:32:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 01:32:35 +0100 |
commit | 5b351eca9e47a78bbe2ffc2ebff17981bf14398d (patch) | |
tree | d785ecea7fec27ff97ff9a1dbf629102f20250bc /CONTRIBUTING.md | |
parent | 4b9a4c9133b71cba95e2998b84d9efbf1400bdec (diff) |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab1609a..9a667c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ To avoid unnecessary work, please start a discussion or open an issue with a pro 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 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. <br> |