@@ -178,8 +178,7 @@ A problem must have a unique slug. This slug is used as
178
178
179
179
### In exercism/\< TRACK_ID\>
180
180
181
- * Do the same as when [ porting an
182
- exercise] ( https://github.com/exercism/legacy-docs/blob/main/you-can-help/implement-an-exercise-from-specification.md ) .
181
+ * Do the same as when [ porting an exercise] [ porting an exercise ] .
183
182
Reference the PR in problem-specifications.
184
183
It's suggested, but not required, to wait until the problem-specifications PR is merged before merging the track-specific PR, for the following reasons:
185
184
* If changes are suggested to the problem-specifications PR, it is likely that they will be applicable to the track-specific PR as well.
@@ -314,27 +313,28 @@ yarn format-json && ruby bin/format-array.rb
314
313
315
314
Note: if you use VS Code as your editor, you can install the [ prettier plugin] [ prettier-vs-code ] to automatically handle formatting for you.
316
315
317
- [ contributing ] : https://exercism.org/contributing
318
- [ support-chat ] : https://gitter.im/exercism/support
319
- [ exercism-issues ] : https://github.com/exercism/exercism/issues
320
- [ code-of-conduct ] : https://exercism.io/code-of-conduct
321
- [ cpp-track-repo ] : https://github.com/exercism/cpp
322
- [ problem-specs-tree ] : https://github.com/exercism/problem-specifications/tree/
323
- [ problem-specs-repo ] : https://github.com/exercism/problem-specifications
324
- [ fork-a-repo ] : https://help.github.com/articles/fork-a-repo/
325
316
[ clone-a-repo ] : https://help.github.com/articles/cloning-a-repository/
326
- [ problem-specification ] : https://github.com/exercism/legacy-docs/blob/main/you-can-help/make-up-new-exercises.md#problem-specification
327
- [ request-new-track-repo ] : https://github.com/exercism/request-new-language-track
328
- [ travis ] : http://travis-ci.org
329
- [ pull-request-guidelines ] : https://github.com/exercism/legacy-docs/blob/main/contributing/pull-request-guidelines.md
330
- [ legacy-docs-repo ] : https://github.com/exercism/legacy-docs
331
- [ practice-exercises ] : https://exercism.org/docs/building/tracks/practice-exercises
317
+ [ code-of-conduct ] : https://exercism.io/code-of-conduct
332
318
[ config-json ] : https://github.com/exercism/docs/blob/main/building/tracks/config-json.md
333
319
[ configlet-guide ] : https://exercism.org/docs/building/configlet
334
320
[ configlet-lint-guide ] : https://exercism.org/docs/building/configlet/lint
321
+ [ contributing ] : https://exercism.org/contributing
322
+ [ cpp-track-repo ] : https://github.com/exercism/cpp
323
+ [ exercism-issues ] : https://github.com/exercism/exercism/issues
324
+ [ fork-a-repo ] : https://help.github.com/articles/fork-a-repo/
325
+ [ format-array ] : https://github.com/exercism/problem-specifications/blob/main/bin/format-array.rb
335
326
[ git-basics ] : https://github.com/exercism/legacy-docs/blob/main/contributing/git-basics.md
336
327
[ improve-exercise-metadata ] : https://github.com/exercism/legacy-docs/blob/main/you-can-help/improve-exercise-metadata.md
328
+ [ legacy-docs-repo ] : https://github.com/exercism/legacy-docs
337
329
[ legacy-docs ] : https://github.com/exercism/legacy-docs
338
- [ prettier ] : https://prettier.io/
339
- [ format-array ] : https://github.com/exercism/problem-specifications/blob/main/bin/format-array.rb
330
+ [ porting an exercise ] : https://github.com/exercism/legacy-docs/blob/main/you-can-help/implement-an-exercise-from-specification.md
331
+ [ practice-exercises ] : https://exercism.org/docs/building/tracks/practice-exercises
340
332
[ prettier-vs-code ] : https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
333
+ [ prettier ] : https://prettier.io/
334
+ [ problem-specification ] : https://github.com/exercism/legacy-docs/blob/main/you-can-help/make-up-new-exercises.md#problem-specification
335
+ [ problem-specs-repo ] : https://github.com/exercism/problem-specifications
336
+ [ problem-specs-tree ] : https://github.com/exercism/problem-specifications/tree/
337
+ [ pull-request-guidelines ] : https://github.com/exercism/legacy-docs/blob/main/contributing/pull-request-guidelines.md
338
+ [ request-new-track-repo ] : https://github.com/exercism/request-new-language-track
339
+ [ support-chat ] : https://gitter.im/exercism/support
340
+ [ travis ] : http://travis-ci.org
0 commit comments