Ajout de "Comment contribuer ?"
This commit is contained in:
parent
dff8defd13
commit
a897021d03
@ -16,6 +16,15 @@
|
|||||||
|
|
||||||
[todo]
|
[todo]
|
||||||
|
|
||||||
|
## Comment contribuer ?
|
||||||
|
|
||||||
|
- Cloner le dépôt : `git clone https://git.antoineve.me/PhotoReport/`
|
||||||
|
- Créer une branche : `git checkout -b <new_feature>`
|
||||||
|
- Coder et commiter : `git commit -a -m <description>`
|
||||||
|
- Créer le patch : `git format-patch $(git merge-base --fork-point master)..<new_feature>`
|
||||||
|
- M'envoyer le patch par mail : [antoine+photoreport@van-elstraete.net](mailto:antoine+photoreport@van-elstraete.net)
|
||||||
|
- J'applique le patch avec `git am --signoff -k < <new_feature>.patch`
|
||||||
|
|
||||||
## BUGS
|
## BUGS
|
||||||
|
|
||||||
For the moment, PDF report isn't working.
|
For the moment, PDF report isn't working.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user