Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 593 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 593 Bytes

Contributing

Create an issue if you find any bugs.

Create a pull request if you wish to fix an issue or provide an enhancement. Please be sure to:

  • Discuss with the authors via an issue or discussion prior to doing anything big.
  • Follow the style, structure and naming conventions of the rest of the project.
  • Make commits atomic and easy to merge.
  • Run the Git hooks when making commits to ensure the code is linted and correctly formatted.
  • Verify all tests are passing with npm test.