mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
README.me: Add linefeed that got lost in the last commit
This commit is contained in:
parent
63e7b9705f
commit
159836ed2d
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ We welcome your contributions. To make the process as seamless as possible, we a
|
||||||
* When you're ready to create a pull request, be sure to:
|
* 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.
|
* 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 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.
|
* 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 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.
|
||||||
|
|
||||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue