diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33d901d5..23f6cf1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,8 @@ Thanks for taking the time to contribute! 🎉👍 +Before working on a new feature, please get in touch with us at dev[at]simplelogin.io to avoid duplication. +We can also discuss the best way to implement. + The project uses Flask, Python3.7+ and requires Postgres 12+ as dependency. ## General Architecture @@ -121,8 +124,6 @@ Here are the small sum-ups of the directory structures and their roles: ## Pull request -Please contact us if you want to work on a new feature. - The code is formatted using https://github.com/psf/black, to format the code, simply run ```