|
|
@@ -40,7 +40,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
|
|
40
|
40
|
(see [exercism.io: Installing Java](http://exercism.io/languages/java/installing))
|
|
41
|
41
|
- **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
|
|
42
|
42
|
|
|
43
|
|
- See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/). Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md)) to:
|
|
|
43
|
+ See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/). Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing/git-basics.md)) to:
|
|
44
|
44
|
* "fork" a repository on GitHub;
|
|
45
|
45
|
- install `git`;
|
|
46
|
46
|
- "clone" a copy of your fork;
|
|
|
@@ -58,7 +58,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
|
|
58
|
58
|
$ git push
|
|
59
|
59
|
```
|
|
60
|
60
|
|
|
61
|
|
- The Git Basics doc has a section on [commit messages](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md#commit-messages) that provides practical advice on crafting meaningful commit messages.
|
|
|
61
|
+ The Git Basics doc has a section on [commit messages](https://github.com/exercism/docs/blob/master/contributing/git-basics.md#commit-messages) that provides practical advice on crafting meaningful commit messages.
|
|
62
|
62
|
- **Verify that your work passes all tests.** When you create a pull request (PR), GitHub triggers a build on Travis CI. Your PR will not be merged unless those tests pass.
|
|
63
|
63
|
|
|
64
|
64
|
## Getting Familiar With the Codebase
|