mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
move the contact us section on top of the contributing
This commit is contained in:
parent
6eb6283c78
commit
0f1e290461
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue