Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 472 Bytes

Contributions to this project will be taken based on adherence to the style already used and subjective code quality.

If you need a feature chances are others need it too

The Process goes:

  1. Fork it ( https://github.com/[my-github-username]/push_bot/fork )
  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 a new Pull Request