805 B
805 B
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 file first.
Here are our development directives :
-
Arrange the code in blocks, which regroup "on-the-same-idea" instructions.
-
If there is a totally new way of seeing a problem, create a new development branch, and do your things.
-
Comment out the lines which are not obvious...
-
String between
" "
and unique character between' '
. -
Constants and variables regrouped in each beginnings of statement.
-
Try to respect PEP8 for Python codes, as we (finally) did !
-
Try to respect our files structure (new line, position,
main()
, and so on...).