Skip to content

Commit b0da29b

Browse files
authored
capture a maintainer convention (#1215)
1 parent 7536676 commit b0da29b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/maintaining.md

+8
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ Scripts expect GNU versions of tooling, so you may see unexpected results on mac
4242
[Here](https://github.com/exercism/rust/issues/1138) is one example.
4343
Windows users can also run tooling locally using [WSL](https://docs.microsoft.com/en-us/windows/wsl/).
4444
We recommend WSL 2 with the distribution of your choice.
45+
46+
## Maintainer Tips and Tricks
47+
48+
Exercism tracks follow a specification that has evolved over time.
49+
Maintainers often need to make ad-hoc migrations to files in this repository.
50+
If you find yourself scripting such ad-hoc changes, include the source of your script using markdown codeblocks in a commit message.
51+
52+
See [this commit](https://github.com/exercism/rust/commit/45eb8cc113a733636212394dee946ceff5949cc3) for an example.

0 commit comments

Comments
 (0)