-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributions | ||
|
||
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. | ||
* 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. | ||
* Any push to your pull request will trigger a regression job on [travis](https://travis-ci.org/jreybert/vimagit). | ||
|
||
# Bugs | ||
|
||
* To make it easier to reproduce, please supply the following: | ||
* the version of `vim` or `nvim` | ||
* the version of `git` | ||
* the SHA1 of vimagit you're using | ||
* the OS that you're using, including terminal emulator, GUI vs non-GUI | ||
* a step by step command to reproduce the bug | ||
|