summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-03-04 09:01:15 -0500
committerSteve Francia <steve.francia@gmail.com>2015-03-04 09:01:15 -0500
commitd5cb3695566270dd439fba86e818f653662c6c12 (patch)
tree00147d1dd4a8405e4e2c6b0d85f4aa427013238a /README.md
parentab5862cd00d84114cc82cde88d31ab1d8eddd388 (diff)
Update Readme.md with additional contribution guides
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88dfe7bb4..6e940d0bc 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,16 @@ To update Hugo’s dependencies, use `go get` with the `-u` option.
go get -u -v github.com/spf13/hugo
-## Contributing Code
+## Contributing to Hugo
+
+We welcome contributions to Hugo of any kind including documentation, themes, organization, tutorials, blog posts, documentation, bug reports, issues, feature requests, feature implementation, pull requests, answering questions on the forum, helping to manage issues, etc. The Hugo community and maintainers are very active and helpful and the project benefits greatly from this activity.
+
+[![Throughput Graph](https://graphs.waffle.io/spf13/hugo/throughput.svg)](https://waffle.io/spf13/hugo/metrics)
+
+If you have any questions about how to contribute or what to contribute please ask on the [forum](http://discuss.gohugo.io)
+
+
+## Code Contribution Guide
Contributors should build Hugo and test their changes before submitting a code change.