From 55c978fd7b851f2dc4296e2b4391e38000adc1b8 Mon Sep 17 00:00:00 2001 From: Alexey Leshchenko Date: Fri, 18 Feb 2022 14:09:50 +0300 Subject: [PATCH] Add `CONTRIBUTING.md` --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4996171 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.