|
|
@@ -21,7 +21,6 @@ For general information about how to contribute to Exercism, please refer to the
|
|
21
|
21
|
|
|
22
|
22
|
|
|
23
|
23
|
## Overview
|
|
24
|
|
-----
|
|
25
|
24
|
|
|
26
|
25
|
This guide walks you through how to contribute to the Java language track. It is opinionated and specific to allow those who are relatively new to Free Open Source Software to have a fighting chance of being successful. However, if you know what you're doing, we intent these instructions to be guidelines.
|
|
27
|
26
|
|
|
|
@@ -33,7 +32,6 @@ If, at any point, you're having any trouble, pop in the [Gitter exercism/dev roo
|
|
33
|
32
|
|
|
34
|
33
|
|
|
35
|
34
|
## Getting Setup
|
|
36
|
|
-----
|
|
37
|
35
|
|
|
38
|
36
|
You'll *need* the following:
|
|
39
|
37
|
|
|
|
@@ -108,7 +106,6 @@ If you want more details, check out the [x-api README](https://github.com/exerci
|
|
108
|
106
|
You are now ready to go!
|
|
109
|
107
|
|
|
110
|
108
|
## Getting Familiar With the Codebase
|
|
111
|
|
-----
|
|
112
|
109
|
|
|
113
|
110
|
There are two objectives to the design of this build:
|
|
114
|
111
|
|
|
|
@@ -161,7 +158,6 @@ cd ~/workspace/exercism/xjava
|
|
161
|
158
|
```
|
|
162
|
159
|
|
|
163
|
160
|
## Submitting Your Contribution
|
|
164
|
|
-----
|
|
165
|
161
|
|
|
166
|
162
|
First of all... Exercism is meant help programmers, world-wide, to develop their skills and in doing so help raise the bar on our industry as a whole. Your contribution is making that experience even better. Thank you!
|
|
167
|
163
|
|