Skip to content

capture a maintainer convention #1215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Mar 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.