summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-16 13:09:17 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-16 13:09:17 +0100
commite792d27017a614d136cd4c2ff2309ccf0876b3b6 (patch)
treef4b48fee5c69a5821abb7b8de8bf454fdb42b72b
parent9d6495d774233941b6e895e52870092fb1ca0134 (diff)
readme: Add a contribution note
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0b27703f7..db5f3e247 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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,
diff --git a/README.md b/README.md
index afbe9382f..ac68d6e32 100644
--- 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,