move the contact us section on top of the contributing

This commit is contained in:
Son 2022-04-19 18:38:15 +02:00
parent 6eb6283c78
commit 0f1e290461
1 changed files with 3 additions and 2 deletions

View File

@ -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
```