Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 421 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 421 Bytes

We welcome Pull Requests (PRs)

When submitting PRs, make sure to:

  1. Describe the changes being made.
  2. Reference any issues being resolved.
  3. Adhere to the coding conventions and linting rules used in the project. (You can run npm test to make sure it's passes linting and you did not break any tests.)
  4. Provide tests with good coverage.
  5. And as always, please follow the code of conduct.