Première grosse initialisation

This commit is contained in:
2019-10-03 23:28:01 +02:00
parent 534379a323
commit be3ea7d62c
34 changed files with 3729 additions and 0 deletions

15
.gitmessage.txt Normal file
View File

@ -0,0 +1,15 @@
# the title begins with a verb, imperative mode
# no trailing dot
component: summarize changes in 50 char or less
# Focus on why you are making this change as opposed to how (the code
# explains that).
# Wrap line at 72 characters. Bullet points list is better, but full
# paragraphs are possible too.
* Adds your new feature.
* Fixes an existing issue, may closes #issue.
* Improves and existing feature.
# No `Signed-off-by` line anymore.
# Multiple `Co-Authored-by` lines are allowed.
Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>