diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a31267af..3e430cda1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,7 @@ When making changes to MedCAT, make sure you have the dependencies defined in [r Please make sure the code additions are adequately tested and well documented. Before submitting a pull request, please ensure that the changes satisfy following: +- The changes are based on the `master` branch (i.e merge the master branch in before submitting a PR) - There are no issues with types/mypy (run `python -m mypy --follow-imports=normal medcat` in the project root) - There are no issues with flake8 (run `flake8 medcat` in the project root) - All tests are successful (run `python -m unittest discover` in the project root)