Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 961 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 961 Bytes

Contribute

PRs Welcome

Bug reports and pull requests are welcome. When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

  1. Open an issue to discuss proposed changes
  2. Fork the repository
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub