Skip to content

Commit

Permalink
Merge pull request #3238 from ErikSchierboom/patch-3
Browse files Browse the repository at this point in the history
Improved consistency
  • Loading branch information
Katrina Owen committed Nov 8, 2016
2 parents c501c3d + 17330ed commit ec82d4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/getting-involved-in-a-track.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

The Exercism language tracks are a great way to get involved in:

- a programming language you love
- a programming language you're curious about
- open source (in general)
- A programming language you love.
- A programming language you're curious about.
- Open source (in general).

Each language track lives in its own repository, which means that you can contribute
to a track without having to know anything about the rest of the Exercism ecosystem.
Expand All @@ -23,7 +23,7 @@ to make development easier, so there's no big codebase to get acquainted with.

## Submit a Couple of Solutions

If you haven't used Exercism before, then we recommend submitting solutions to a couple of
If you haven't used Exercism before, then we recommend first submitting solutions to a couple of
exercises. It doesn't matter which language track you submit to, it's just to get a feel
for what a language track consists of.

Expand Down Expand Up @@ -110,12 +110,12 @@ If you think it might, open a discussion in the [x-common][] repository and get
other track implementors' feedback on the subject.

If this change should affect the broader Exercism curriculum, then use the
issue in x-common to
issue in [x-common][] to:

- hash out all the details together
- figure out the necessary changes to the `canonical-data.json` for the
exercise (if it exists)
- draft an issue that can be submitted to all the tracks that implement the
- Hash out all the details together.
- Figure out the necessary changes to the `canonical-data.json` for the
exercise (if it exists).
- Draft an issue that can be submitted to all the tracks that implement the
exercise using the [blazon][] tool (which automates the tedious parts).
More about that [here][blazon-process].

Expand Down

0 comments on commit ec82d4f

Please sign in to comment.