From 52dbd86f855bf49cf9c75ac8f0df0c51ff7e6b0a Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 18 Mar 2013 09:15:46 +0100 Subject: [PATCH] add contribution guidelines --- CONTRIBUTING.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0f262d0 --- /dev/null +++ b/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! diff --git a/README.md b/README.md index 799e2e2..bb61834 100644 --- a/README.md +++ b/README.md @@ -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).