Add CONTRIBUTING.md

This commit is contained in:
Alexey Leshchenko 2022-02-18 14:09:50 +03:00
parent 1e3e4654f3
commit 55c978fd7b

5
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,5 @@
Before submitting your PR for review:
1. Please add unit tests checking your code.
2. Please merge the master branch into your branch and merge conflicts.
3. Please check if all the current tests in the `/tests` directory pass successfully. We use the `pytest` framework.