Ensure the bug or feature has not been reported before searching by searching first. If no similar issue is found please submit a new one.
- Fork the project
- Create a new branch
- Commit your proposed changes
- Consider adding test cases for any new functionality
- Submit a pull request
- Please add a clear description of the problem and solution
- Include any related issue number
- Please ensure the PR passes the automated checks
- Prettier will catch most styling issues that may exist in your code.
- Git commit messages are checked with commitlint and follow the conventional commits rules.
- JavaScript styles are checked with eslint and follow the Airbnb JavaScript Style Guide.