Skip to content

Commit

Permalink
Link to new contributing documentation
Browse files Browse the repository at this point in the history
We moved the contributing documentation out of the problem specifications repository.
  • Loading branch information
Katrina Owen committed Jul 16, 2017
1 parent d6fef67 commit c54faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Of course you can also add a totally new exercise, but it might be a good idea t

#### Updating an exercise test suite
Updating a test suite of an existing exercise is special because it usually affects all languages.
You can refer to the [documentation on updating a test suite](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#updating-an-exercise-test-suite).
You can refer to the [documentation on updating a test suite](https://github.com/exercism/docs/blob/master/language-tracks/exercises/anatomy/test-suites.md).
Note that the whole test suite must run with the sample solution within a couple of seconds.

### Repository structure and conventions
The [track anatomy documentation](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#track-anatomy) is a general description of all the files and directories that are not explicitly described below.
The [track anatomy documentation](https://github.com/exercism/docs/blob/master/language-tracks/README.md) is a general description of all the files and directories that are not explicitly described below.

#### Directory structure
```bash
Expand Down

0 comments on commit c54faf2

Please sign in to comment.