Skip to content

Commit

Permalink
capture a maintainer convention (exercism#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
efx authored Mar 23, 2021
1 parent 7536676 commit b0da29b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/maintaining.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ Scripts expect GNU versions of tooling, so you may see unexpected results on mac
[Here](https://github.com/exercism/rust/issues/1138) is one example.
Windows users can also run tooling locally using [WSL](https://docs.microsoft.com/en-us/windows/wsl/).
We recommend WSL 2 with the distribution of your choice.

## Maintainer Tips and Tricks

Exercism tracks follow a specification that has evolved over time.
Maintainers often need to make ad-hoc migrations to files in this repository.
If you find yourself scripting such ad-hoc changes, include the source of your script using markdown codeblocks in a commit message.

See [this commit](https://github.com/exercism/rust/commit/45eb8cc113a733636212394dee946ceff5949cc3) for an example.

0 comments on commit b0da29b

Please sign in to comment.