Skip to content

Commit

Permalink
add contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Mar 18, 2013
1 parent bdf094e commit 52dbd86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,5 @@
1. Fork corner_stones
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. Send me a pull-request for your topic branch
5. That's it!
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -93,3 +93,5 @@ form.submit(:assert_valid => false) # do not veirfy that no errors were present

* Michael Stämpfli (https://github.com/stmichael)
* Björn Bur (https://github.com/bjoernbur)

If you want to help out, please start by reading the [contribution guidelines](CONTRIBUTING.md).

0 comments on commit 52dbd86

Please sign in to comment.