Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 924 Bytes

Contribute

PRs Welcome

Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct (see CODE_OF_CONDUCT.md file).

  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