You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,15 @@ Exercism would be impossible without people like you being willing to spend time
12
12
13
13
You'll need Go version 1.11 or higher. Follow the directions on http://golang.org/doc/install
14
14
15
-
You will also need to be familiar with the Go `modules` dependency management system. Refer to the [modules wiki page](https://github.com/golang/go/wiki/Modules) to learn more.
1.`git push -u origin <development-branch-name>` (setup where you push to, check it works)
29
-
30
-
Then make your desired changes and submit a pull request. Please provide tests for the changes where possible.
17
+
This project uses Go's [`modules` dependency management](https://github.com/golang/go/wiki/Modules) system.
31
18
32
-
Please note that if your development directory is located inside the `GOPATH`, you would need to set the `GO111MODULE=on` environment variable, in order to be able to use the `modules` system.
19
+
To contribute [fork this repo on the GitHub webpage][fork] and clone your fork.
20
+
Make your desired changes and submit a pull request.
21
+
Please provide tests for the changes where possible.
33
22
34
-
If you wish to learn how to contribute to the Go projects without the `modules`, check out the blog post [Contributing to Open Source Repositories in Go][contrib-blog] on the Splice blog.
23
+
Please note that if your development directory is located inside the `GOPATH`, you need to set the `GO111MODULE=on` environment variable.
35
24
36
25
## Running the Tests
37
26
@@ -66,4 +55,3 @@ In order to cross-compile for all platforms, run `bin/build-all`. The binaries
0 commit comments