Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.24 KB

Contributing

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Submitting a pull request

  1. Check the issues or open a new one
  2. Fork this 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 linked to the issue 1. :D

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Follow the overall style of the project.
  • Write tests.
  • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, submit them as separate pull requests.
  • Write good commit messages.
  • Follow semantic versioning

Resources