|
|
@@ -52,7 +52,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
|
|
52
|
52
|
$ git push
|
|
53
|
53
|
```
|
|
54
|
54
|
|
|
55
|
|
- [Exercism Contributing Guide :: Commit Messages](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#commit-messages) provides practical advice on crafting meaningful commit messages.
|
|
|
55
|
+ [Git Basics :: Commit Messages](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md#commit-messages) provides practical advice on crafting meaningful commit messages.
|
|
56
|
56
|
- **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.
|
|
57
|
57
|
|
|
58
|
58
|
## Getting Familiar With the Codebase
|