Skip to content

Commit cafba10

Browse files
committed
CONTRIBUTING.md: link to branch next
1 parent 3e87cf1 commit cafba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
* **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.
5+
* **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.
66
* Always rebase your work before push: `git pull --rebase origin next`
77
* Adhere to the existing style as much as possible; notably, tabulation indents and long-form keywords. Try to add comments for important changes/addings.
88
* Make targeted pull request: propose one feature/bugfix, and push only commit(s) related to this feature/bugfix.

0 commit comments

Comments
 (0)