Merge branch 'master' into next
This commit is contained in:
commit
e0ccd3209a
1 changed files with 8 additions and 0 deletions
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Tips for contributors
|
||||
---------------------
|
||||
|
||||
* Please **make pull requests against `next`, not `master`**.
|
||||
Ledger follows a [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) branching model,
|
||||
in which development happens on the `next` branch and is subsequently merged into `master` for releases.
|
||||
* If you're making **changes to `ledger-mode`, or other files for which the Travis build is not
|
||||
relevant**, please **add `[ci skip]` to the end of the commit message**.
|
||||
Loading…
Add table
Reference in a new issue