aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorUncleBill2013-05-02 08:45:47 +0800
committerUncleBill2013-05-02 08:45:47 +0800
commit762680a7c8895b6b6d44d43cff3e143faac0c206 (patch)
treef25b55aeaedc153860536e90bad6a8943cee47f9 /CONTRIBUTING.md
parent8fec3a8a1418c548a158144f7abadba27594ac32 (diff)
downloadvimium-762680a7c8895b6b6d44d43cff3e143faac0c206.tar.bz2
update contributing.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
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