Mention a "no CGO rule" - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 299731012441378bb9c057ceb0a3c277108aaf01
DIR parent 2bbc865f7bb713b2d0d2dbb02b90ae2621ad5367
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sat, 1 Feb 2020 10:27:26 +0100
Mention a "no CGO rule"
See #6842
Diffstat:
M CONTRIBUTING.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -52,11 +52,10 @@ If it is of some complexity, the contributor is expected to maintain and support
It is recommended to open up a discussion on the [Hugo Forum](https://discourse.gohugo.io/) to get feedback on your idea before you begin. If you are submitting a complex feature, create a small design proposal on the [Hugo issue tracker](https://github.com/gohugoio/hugo/issues) before you start.
+Note that we do not accept new features that needs [CGO](https://github.com/golang/go/wiki/cgo). We have one exeption to tuat rule and that is LibSASS.
**Bug fixes are, of course, always welcome.**
-
-
## Submitting Patches
The Hugo project welcomes all contributors and contributions regardless of skill or experience level. If you are interested in helping with the project, we will help you with your contribution.