Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 1.17 KB

How to Contribute to This Project

Thanks for contributing! ❤️

Did You Find a Bug or Any Question?

Just open a new one or attach for exist issue:

  • For bug using the the label bug. If it is possible paste code sample or an executable test case demonstrating the expected behavior that is not occurring. It's helps!
  • For question using the the label question.
  • For enhancement: create issue BEFORE you start writing code and using the the label enhancement.

Did You Write a Patch That Fixes a Bug?

  • Open a new GitHub pull request with the patch.
    1. Fork this project
    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. Submit a pull request 🎉