Skip to content

Commit

Permalink
Add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jun 24, 2012
1 parent 329ba12 commit 69c7a75
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,17 @@ Installing git from MacPorts/HomeBrew/Fink/etc requires Xcode.
Now obtain the client code, either via 'git clone' as above
or via the rhc gem.

## Contributing
Once you've made your changes:

1. [Fork](http://help.github.com/forking/) the code
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. Create a [Pull Request](http://help.github.com/pull-requests/) from your branch
5. That's it!

## Coding Standards
We are following the GitHub Ruby styleguide (https://github.com/styleguide/ruby)

If you use vim, we've included a .vimrc in the root of this project.
In order to use it, install https://github.com/MarcWeber/vim-addon-local-vimrc

0 comments on commit 69c7a75

Please sign in to comment.