diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-31 10:58:15 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-31 10:58:15 -0400 |
| commit | 29911c9818a4329676418f4a2bd0c18b028abb43 (patch) | |
| tree | b7ae6bba8ef0ad6bd8e66ce1b83c35ac0cae8c27 /doc/README.mdwn | |
| parent | ca06c64bae82322348a07a97de924a1758a38b8f (diff) | |
add contributing and coding style pages
Diffstat (limited to 'doc/README.mdwn')
| -rw-r--r-- | doc/README.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 2f402dc8..115feaef 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -62,7 +62,11 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask Now they'll automatically update every 30 minutes, and you can `git commit -S` and `git push` changes that affect any number of hosts. -10. Write some neat new properties and send patches to <propellor@joeyh.name>! +10. Write some neat new properties and send patches to <propellor@joeyh.name>! + Use `git commit --signoff` to certify that your additions to propellor + are released under its BSD license. + See <https://propellor.branchable.com/contributing> for coding styles, + etc. ## debugging |
