Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
werkamsus committed Jun 25, 2017
1 parent 6bf3f6e commit db26279
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db26279

Please sign in to comment.