readme: Add a contribution note
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 16 Mar 2022 12:09:17 +0000 (13:09 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 16 Mar 2022 12:09:17 +0000 (13:09 +0100)
CONTRIBUTING.md
README.md

index 0b27703f7818d0296454177b91a6d4ed4c05a2a4..db5f3e24724368b26e249c9bf285fd1d98e5d9c9 100644 (file)
@@ -1,5 +1,7 @@
 # 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.
+
 We welcome contributions to Hugo of any kind including documentation, themes,
 organization, tutorials, blog posts, bug reports, issues, feature requests,
 feature implementations, pull requests, answering questions on the forum,
index afbe9382fadd64e02840f1c72e1657eb6ec0057d..ac68d6e3281d92ecf63054b72b212b386307c1aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -85,6 +85,8 @@ git clone git@github.com: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,