You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Contributions and pull requests are welcome. Please take note of the following guidelines:
4
4
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.
6
6
* Always rebase your work before push: `git pull --rebase origin next`
7
7
* Adhere to the existing style as much as possible; notably, tabulation indents and long-form keywords. Try to add comments for important changes/addings.
8
8
* Make targeted pull request: propose one feature/bugfix, and push only commit(s) related to this feature/bugfix.
0 commit comments