mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-19 23:09:47 +08:00
[update] CONTRIBUTING.md
This commit is contained in:
+6
-1
@@ -10,11 +10,16 @@ Contributions and pull requests are welcome. Please take note of the following
|
|||||||
|
|
||||||
Contributers should install [thinca/vim-themis](https://github.com/thinca/vim-themis) to run tests before sending a PR if they applied some modification to the code. PRs which does not pass tests won't be accepted.
|
Contributers should install [thinca/vim-themis](https://github.com/thinca/vim-themis) to run tests before sending a PR if they applied some modification to the code. PRs which does not pass tests won't be accepted.
|
||||||
|
|
||||||
## Installation
|
## 1. Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd /path/to/vim-airline
|
$ cd /path/to/vim-airline
|
||||||
$ git submodule add https://github.com/thinca/vim-themis ./.themis-bin
|
$ git submodule add https://github.com/thinca/vim-themis ./.themis-bin
|
||||||
|
```
|
||||||
|
|
||||||
|
## 2. running test
|
||||||
|
|
||||||
|
```
|
||||||
$ ./path/to/themis-bin/bin/themis path/to/vim-airline/test --reporter spec
|
$ ./path/to/themis-bin/bin/themis path/to/vim-airline/test --reporter spec
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user