From c936b6c89af8b378145bb78d19ac98f0a1a3d264 Mon Sep 17 00:00:00 2001 From: Sam Klein Date: Mon, 24 Oct 2016 13:52:46 -0500 Subject: [PATCH] docs: Fix punctuation in content.md - removed comma on line 16 to avoid confusion between clauses - added period to line 24 for consistency - clarified "read on" on line 30 to follow style above it while also verbally writing what the author seems to intend - removed "You probably know what to do." on line 30 due to wordiness that could lead to confusion and a drag in reading speed --- docs/content/community/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md index 10c7166be..e2da68f10 100644 --- a/docs/content/community/contributing.md +++ b/docs/content/community/contributing.md @@ -13,7 +13,7 @@ title: Contributing to Hugo weight: 30 --- -All contributions to Hugo are welcome. Whether you want to scratch an itch, or simply contribute to the project, feel free to pick something from the [roadmap]({{< relref "meta/roadmap.md" >}}) or contact [spf13](http://spf13.com/) about what may make sense to do next. +All contributions to Hugo are welcome. Whether you want to scratch an itch or simply contribute to the project, feel free to pick something from the [roadmap]({{< relref "meta/roadmap.md" >}}) or contact [spf13](http://spf13.com/) about what may make sense to do next. You should fork the project and make your changes. *We encourage pull requests to discuss code changes.* @@ -21,13 +21,13 @@ You should fork the project and make your changes. *We encourage pull requests When you're ready to create a pull request, be sure to: * Have test cases for the new code. If you have questions about how to do it, please ask in your pull request. - * Run `go fmt` + * Run `go fmt`. * Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. * Make sure `go test ./...` passes, and `go build` completes. Our [Travis CI loop](https://travis-ci.org/spf13/hugo) will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too. ## Contribution Overview -We wrote a [detailed guide]({{< relref "tutorials/how-to-contribute-to-hugo.md" >}}) for newcomers that guides you step by step to your first contribution. If you are more experienced read on. You probably know what to do. +We wrote a [detailed guide]({{< relref "tutorials/how-to-contribute-to-hugo.md" >}}) for newcomers that guides you step by step to your first contribution. If you are more experienced, follow the guide below. # Building from source