summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-01 10:27:26 +0100
committerGitHub <noreply@github.com>2020-02-01 10:27:26 +0100
commit299731012441378bb9c057ceb0a3c277108aaf01 (patch)
tree3d2e0319e4d55ae4363f8680e3673a30b2a29178 /CONTRIBUTING.md
parent2bbc865f7bb713b2d0d2dbb02b90ae2621ad5367 (diff)
Mention a "no CGO rule"
See #6842
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 776f3f000..58092274a 100644
--- 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.