You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Contributing to Hugo
2
2
3
+
**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.
4
+
3
5
We welcome contributions to Hugo of any kind including documentation, themes,
4
6
organization, tutorials, blog posts, bug reports, issues, feature requests,
5
7
feature implementations, pull requests, answering questions on the forum,
@@ -124,7 +126,7 @@ go install
124
126
For some convenient build and test targets, you also will want to install Mage:
125
127
126
128
```bash
127
-
go get github.com/magefile/mage
129
+
go install github.com/magefile/mage
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
54
54
#### Prerequisite Tools
55
55
56
56
*[Git](https://git-scm.com/)
57
-
*[Go (we test it with the last 2 major versions; but note that Hugo 0.81.0 only builds with >= Go 1.16.)](https://golang.org/dl/)
57
+
*[Go (we test it with the last 2 major versions; but note that Hugo 0.95.0 only builds with >= Go 1.18.)](https://golang.org/dl/)
58
58
59
59
#### Fetch from GitHub
60
60
61
-
Since Hugo 0.48, Hugo uses the Go Modules support built into Go 1.11 to build. The easiest is to clone Hugo in a directory outside of `GOPATH`, as in the following example:
**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.
89
+
88
90
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
89
91
90
92
We welcome contributions to Hugo of any kind including documentation, themes,
0 commit comments