From db26279e461931eb80eebb60db72d3c4ede498a1 Mon Sep 17 00:00:00 2001 From: Nick Raziborsky Date: Sun, 25 Jun 2017 21:19:16 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5859963 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# How to contribute + +1. Fork the Repository +2. Create a branch for your feature (`git checkout -b new-feature`) +3. Commit your changes (`git commit -am 'Added some new feature') +4. Push to the branch (`git push origin new-feature`) +5. Create new Pull Request + +Guidelines for Pull Requests +--- +1. Try your best to keep your coding style clean +2. Comment passages of code to make them more understandable +3. Only make a single change per commit