From aa9b5bd55c2701831d8d343d0f4b3a1297fff2e7 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 13 May 2023 20:11:50 +0200 Subject: [PATCH] add CONTRIBUTING.md (#211) --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..51be834 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# How to contribute + +Please contribute to Nutshell! You can open issues if you find bugs and pull requests for improvements. + +## Testing + +We are using the `black` formatter and `mypy --ignore-missing` in the CI. To make sure that your tests succeed, please run `make format` before you push code. \ No newline at end of file