23 lines
805 B
Markdown
23 lines
805 B
Markdown
# You wanna contribute ?
|
|
|
|
> This is so cool. Actually, we were expecting you !
|
|
|
|
We would be very happy if one day a pull request appears !
|
|
Don't forget to check the [README.md](README.md) file first.
|
|
|
|
Here are our development directives :
|
|
|
|
1. Arrange the code in blocks, which regroup "on-the-same-idea" instructions.
|
|
|
|
2. If there is a totally new way of seeing a problem, create a new development branch, and do your things.
|
|
|
|
3. Comment out the lines which are not obvious...
|
|
|
|
4. String between `" "` and unique character between `' '`.
|
|
|
|
5. Constants and variables regrouped in each beginnings of statement.
|
|
|
|
6. Try to respect [PEP8](https://www.python.org/dev/peps/pep-0008/) for Python codes, as we (finally) did !
|
|
|
|
7. Try to respect our files structure (new line, position, `main()`, and so on...).
|