Added documentation/CONTRIBUTING
This commit is contained in:
parent
b6355b1df2
commit
bc61191036
1 changed files with 8 additions and 1 deletions
|
|
@ -1 +1,8 @@
|
|||
TODO
|
||||
Once you got a modification you want to send, create a commit using git and generate a patch file with the following command:
|
||||
|
||||
$ git format-patch -M origin/master
|
||||
|
||||
and when you have the patch file send it to the patch mailing list, possibly using git send-email like this:
|
||||
|
||||
$ git send-email *.patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue