CONTRIBUTING.md in aruba-0.6.2 vs CONTRIBUTING.md in aruba-0.7.0
- old
+ new
@@ -23,16 +23,25 @@
* Please do not change the Rakefile, version, or history.
(if you want to have your own version, that is fine but
bump version in a commit by itself so we can ignore when we merge your change)
* Send us a pull request.
+## Bootstrap environment
+
+To get started with `aruba`, you just need to bootstrap the environment by
+running the following command.
+
+ # Bootstrap environment
+ script/bootstrap
+
## Running tests
- gem install bundler
- bundle install
- bundle exec rake
+Make sure you bootstrap the environment first.
+ # Run the test suite
+ script/test
+
## Release Process
* Bump the version number in `aruba.gemspec`
* Make sure `History.md` is updated with the upcoming version number, and has entries for all fixes.
* No need to add a `History.md` header at this point - this should be done when a new change is made, later.
@@ -49,13 +58,14 @@
## Gaining Release Karma
To become a release manager, create a pull request adding your name to the list below, and include your Rubygems email address in the ticket. One of the existing Release managers will then add you.
Current release managers:
- * Jarl Friis
- * Matt Wynne
- * Aslak Hellesøy
- * Tom Brand
+ * Jarl Friis ([@jarl-dk](https://github.com/jarl-dk))
+ * Matt Wynne ([@mattwynne](http://github.com/mattwynne))
+ * Aslak Hellesøy ([@aslakhellesoy](http://github.com/aslakhellesoy))
+ * Tom Brand ([@tom025](https://github.com/tom025))
+ * Dennis Günnewig ([@maxmeyer](http://github.com/maxmeyer), [@dg-rationdata](http://github.com/dg-rationdata))
To grant release karma, issue the following command:
- gem owner cucumber --add <NEW OWNER RUBYGEMS EMAIL>
+ gem owner aruba --add <NEW OWNER RUBYGEMS EMAIL>