From 0f1e290461a023e07d0e2ab3a3f677e982606497 Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 19 Apr 2022 18:38:15 +0200 Subject: [PATCH] move the contact us section on top of the contributing --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ```