We welcome Pull Requests (PRs)
When submitting PRs, make sure to:
- Describe the changes being made.
- Reference any issues being resolved.
- 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.) - Provide tests with good coverage.
- And as always, please follow the code of conduct.