Skip to content

Commit

Permalink
CONTRIBUTING.md: link to branch next
Browse files Browse the repository at this point in the history
  • Loading branch information
jreybert committed Jan 20, 2017
1 parent 3e87cf1 commit cafba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions and pull requests are welcome. Please take note of the following guidelines:

* **Work and push on `next` branch**. `git remote update; git checkout origin/next` before hacking. Exceptions for bugs in `master` branch and simple typo fix.
* **Work and push on [next](https://github.com/jreybert/vimagit/tree/next) branch**. `git remote update; git checkout origin/next` before hacking. Exceptions for bugs in `master` branch and simple typo fix.
* Always rebase your work before push: `git pull --rebase origin next`
* Adhere to the existing style as much as possible; notably, tabulation indents and long-form keywords. Try to add comments for important changes/addings.
* Make targeted pull request: propose one feature/bugfix, and push only commit(s) related to this feature/bugfix.
Expand Down

0 comments on commit cafba10

Please sign in to comment.