update docs

This commit is contained in:
Damien Elmes 2019-12-18 16:16:44 +10:00
parent 40418c3712
commit 9d1d646a92

View file

@ -46,9 +46,13 @@ For consistency, changes should maintain the existing code style - camelCaps,
Tests Must Pass Tests Must Pass
---------------- ----------------
Please check that tools/tests.sh passes all tests prior to submitting a Please make sure 'make check' completes successfully before submitting code.
change. If your change is not covered by existing tests, ideally you'll add a
new test. If your change is to anki/ and not covered by the existing unit tests, please
consider adding a unit test at the same time.
If 'make check' fails because the JS styling doesn't match, you can run
'make pretty' to automatically adjust the styling.
Do One Thing Do One Thing
------------- -------------