- Please search through existing issues to see if a previous bug hasn't already been reported and / or fixed to avoid duplication.
- Submit a bug report type issue
- Complete all required sections in the bug report template
- Please search through existing issues to see if a previous feature hasn't already been requested and / or added to avoid duplication.
- Submit a feature request type issue
- Complete all required sections in the feature request template
Please follow these basic steps to simplify pull request reviews.
- Please rebase your branch against the latest main branch.
- Run the
npm install
command to make sure your dependencies are up-to-date. - Please ensure the test suite passes before submitting a PR.
- If you've added new functionality, please include tests which validate its behavior.
- Please make reference to possible issues on PR.
Questions and requests for support should not be opened as issues and should be handled in the following ways:
- Start a new Q&A Discussion on GitHub.