From 5028ad8fb54499de4b0941e29d0c1bd1d16586e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Sun, 1 Dec 2013 13:57:36 +0100 Subject: [PATCH] Contributing section. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 26d3163..c9646e5 100644 --- a/README.md +++ b/README.md @@ -125,3 +125,11 @@ On Windows ``` ren platforms\wp8\cordova\version.bat platforms\wp8\cordova\version ``` + +## Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request