From cafba1036b344410edae2cf4bb8f06a2d08dc06c Mon Sep 17 00:00:00 2001 From: Jerome Reybert Date: Fri, 20 Jan 2017 14:58:06 +0100 Subject: [PATCH] CONTRIBUTING.md: link to branch next --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce9ed40..9c61b5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.