BytesClub / chalk

Command line text editor written in C
12 stars 5 forks source link

[docs] Update sending patches #28

Open RudraNilBasu opened 7 years ago

RudraNilBasu commented 7 years ago

Change: git add . to git add <files> to avoid adding the unnecessary files (if any)

For git commit --signoff , add the additional option:

git commit --signoff -v 

which also displays the diff of the commit to be made

after "add the commit message" add a link to the Contributing Guidlines