Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 796 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 796 Bytes

Contribution Guidelines

First off, thanks for taking the time to contribute :)

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one.
  • Provide sufficient information about how to reproduce problems.

Did you write a patch that fixes a bug or adds a new feature or changes an exist one?

  1. Fork the project.
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Execute tests.
  6. Send pull request from custom branch with clear description.