From 762680a7c8895b6b6d44d43cff3e143faac0c206 Mon Sep 17 00:00:00 2001 From: UncleBill Date: Thu, 2 May 2013 08:45:47 +0800 Subject: update contributing.md --- CONTRIBUTING.md | 5 +++-- 1 file 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 -- cgit v1.2.3