From 13ee6792dfdb8f017fc22dffaf13df25ca8adf6a Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 23 Jul 2017 16:36:13 +0200 Subject: [PATCH] Add remark about GOPATH on forked repos --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74699a125..b1f4ee33a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,8 @@ down to the following steps: 2. Clone the repository locally and create a new branch. If you are working on the code itself, please set up the development environment as described in - the previous section. + the previous section. Especially take care to place your forked repository + at the correct path (`src/github.com/restic/restic`) within your `GOPATH`. 3. Then commit your changes as fine grained as possible, as smaller patches, that handle one and only one issue are easier to discuss and merge.