From 8bf207b9f79b875cfd123b248bedd7f70d39caf3 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 14 Dec 2018 16:13:52 +0100 Subject: [PATCH] improving contributing doc --- .github/CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5726a3d6..00f29c6c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Hi! Thank your for considering contributing to Gotenberg. You'll +Hi! Thank you for considering contributing to Gotenberg. You'll find below useful information about how to contribute to the Gotenberg project. ## Contributing code @@ -8,8 +8,9 @@ find below useful information about how to contribute to the Gotenberg project. ### Install from sources 1. Install and run the latest version of Docker -2. Fork this repository -3. Clone it to your local Go environment (requires *Go* >= 1.11) +2. Verify your Go version (>= 1.11) +3. Fork this repository +4. Clone it outside of your `GOPATH` (we're using Go modules) ### Working with git