diff options
| author | Phil Crosby | 2013-05-07 09:35:40 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-05-07 09:35:40 -0700 |
| commit | 769be5db69f3e255a7c29d2c65ce293382a6a19e (patch) | |
| tree | bcbe65baba988b79fbdef7f9a7d4270f10d02df4 | |
| parent | b80be7d46ae7bd55cd6eacd2ef20751857182763 (diff) | |
| parent | 762680a7c8895b6b6d44d43cff3e143faac0c206 (diff) | |
| download | vimium-769be5db69f3e255a7c29d2c65ce293382a6a19e.tar.bz2 | |
Merge pull request #825 from UncleBill/update-contributing
update 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 |
