Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 1.1 KB

Contributing

  • Do you miss something? Create new issue.

  • Did you find a bug? Create new issue.

  • Do you want to fix a bug?

    • Ask for an issue labeled up-for-grabs.
    • Write the unit tests.
    • Fix the bug.
    • Create pull request.
  • Do you want to implement a feature?

    • Ask for an feature labeled up-for-grabs.
    • Implement the feature.
    • Write unit tests.
    • Create pull request.

Developer Guide