diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:10:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:56 +0200 |
commit | f5613007297731d12f65ef81e1abacafe1f38cec (patch) | |
tree | bff774bfb996e0605ee9309c8cfe77037d103f50 /CONTRIBUTING.md | |
parent | 47ad2d183c2487539c07918763ccce3daee2b665 (diff) |
fork: Typo as Tastefejl
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 9946969..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,19 +0,0 @@ -# How to contribute to Typo - -The goal of this theme is to be as simple as possible, hence adding or changing existing -features need some thought. - -Any change that is too niche or heavily tailored to a specific developer's need will be rejected, as -that would make some features cumbersome to set up. -To avoid unnecessary work, please start a discussion or open an issue with a proposal. - -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; -- squash your change in a single commit. - -<br> -Thank you, <br> -Francesco |