Welcome and thanks for your interest! Before submitting a pull request, please take a moment to review these guidelines.
Found a problem? Want a new feature?
- See if your issue or idea has already been reported.
- Provide a reduced test case or a live example.
Remember, a bug is a demonstrable problem caused by our code.
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
main
.- Example:
feature/my-feature
orfix/any-bug
;
- Example:
- Run
yarn
in the repository root; - Ensure the test suite passes;
- Ensure your commit is validated;
That’s it! Now open a pull request with a clear title and description.