Skip to content
trans edited this page May 3, 2011 · 9 revisions

This is the OFFICIAL Ruby Facets Wiki Wiki.

Contributors

I Spy

I Spy is a a series of explorations of various parts of Ruby Facets.

Tips & Tricks

Contributing to Facets

The widely accepted practice of contributing to GitHub projects entails:

  • Fork rubyworks/facets
  • Create a topic branch: git checkout -b my_fix
  • Make your changes
  • Push your branch: git push origin my_fix
  • Open an Issue referencing your branch.
  • Please do not push to master on your fork!

Following this procedure will make everyone’s life easier.

Clone this wiki locally