Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 515 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 515 Bytes

Contributions Welcome

This project aims to be open to contributions.

Please take a look at our open issues and see if you can help.

Reporting Bugs

  • Be sure the issue you are reporting has not already been reported.

  • Please include reproduction steps in reported issues. Include your commitlin.config.js file.

Pull Requests

  • Allow eslint and prettier to enforce the code style rules.

  • Include tests for your change.

    • If your PR is a bugfix, be sure to include a regression test for the bug.