add code signing tips to CONTRIBUTING.md

This commit is contained in:
Nash Tsai 2014-05-12 11:29:29 +08:00
parent ca802489d8
commit 8a6a87408b
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ conventions when submitting patches.
* [fork a repo](https://help.github.com/articles/fork-a-repo)
* [creating a pull request ](https://help.github.com/articles/creating-a-pull-request)
### Sign your codes with comments
```
// !<you github id>! your comments
e.g.,
// !lunny! this is comments made by lunny
```
### Patch review
Help review existing open [pull requests](https://help.github.com/articles/using-pull-requests) by commenting on the code or