diff options
| author | UncleBill | 2013-05-02 08:45:47 +0800 |
|---|---|---|
| committer | UncleBill | 2013-05-02 08:45:47 +0800 |
| commit | 762680a7c8895b6b6d44d43cff3e143faac0c206 (patch) | |
| tree | f25b55aeaedc153860536e90bad6a8943cee47f9 /CONTRIBUTING.md | |
| parent | 8fec3a8a1418c548a158144f7abadba27594ac32 (diff) | |
| download | vimium-762680a7c8895b6b6d44d43cff3e143faac0c206.tar.bz2 | |
update contributing.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fb03bfd..685bf750 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ discussion on the issues tracker or on the [mailing list](http://groups.google.c it mirrors a similar feature in another browser or in Vim itself, let us know! Once you've picked something to work on, add a comment to the respective issue so others don't duplicate your effort. -## Reporting Issues +## Reporting Issues -Please include the following when reporting an issue: +Please include the following when reporting an issue: 1. Chrome and OS Version: `chrome://version` 1. Vimium Version: `chrome://extensions` @@ -31,6 +31,7 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS]( 1. `git submodule update --init --recursive` -- this pulls in shoulda.js. 1. [Install PhantomJS.](http://phantomjs.org/download.html) + 1. `cake build` to compile `*.coffee` to `*.js` 1. `cake test` to run the tests. ## Code Coverage |
