Przeglądaj źródła

Clarify canonical data version in contributing guide

Frida Tveit 9 lat temu
rodzic
commit
adcb21a0bd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md Wyświetl plik

168
 This can be found at `https://github.com/exercism/problem-specifications/tree/master/exercises/EXERCISE-SLUG/canonical-data.json`.
168
 This can be found at `https://github.com/exercism/problem-specifications/tree/master/exercises/EXERCISE-SLUG/canonical-data.json`.
169
 If there is canonical data for your exercise then you should follow this when making the tests.
169
 If there is canonical data for your exercise then you should follow this when making the tests.
170
 We aim to follow the canonical data as closely as possible in our tests to ensure thorough test coverage.
170
 We aim to follow the canonical data as closely as possible in our tests to ensure thorough test coverage.
171
-If there is canonical data available you also need to create a file at `exercises/exercise-slug/.meta/version` specifying the canonical data version (e.g. `1.0.0`).
171
+If there is canonical data available you also need to create a file at `exercises/exercise-slug/.meta/version` specifying the canonical data version you have implemented (e.g. `1.0.0`).
172
 The canonical data version can be found at the top of the canonical data file for that exercise.
172
 The canonical data version can be found at the top of the canonical data file for that exercise.
173
 See other exercises, e.g. [acronym](https://github.com/exercism/java/tree/master/exercises/acronym/.meta), for an example `version` file.
173
 See other exercises, e.g. [acronym](https://github.com/exercism/java/tree/master/exercises/acronym/.meta), for an example `version` file.
174
 
174