diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:09:17 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-03-16 13:09:17 +0100 |
commit | e792d27017a614d136cd4c2ff2309ccf0876b3b6 (patch) | |
tree | f4b48fee5c69a5821abb7b8de8bf454fdb42b72b /README.md | |
parent | 9d6495d774233941b6e895e52870092fb1ca0134 (diff) | |
download | hugo-e792d27017a614d136cd4c2ff2309ccf0876b3b6.tar.gz hugo-e792d27017a614d136cd4c2ff2309ccf0876b3b6.zip |
readme: Add a contribution note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ git clone [email protected]:gohugoio/hugo.git ``` ## Contributing to Hugo +**Note March 16th 2022:** We are currently very constrained on human resources to do code reviews, so we currently require any new Pull Requests to be limited to bug fixes closing an existing issue. Also, we have updated to Go 1.18, but we will currently not accept any generic rewrites, "interface{} to any" replacements and similar. + For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md). We welcome contributions to Hugo of any kind including documentation, themes, |