-
Check our Definitions of Done:
- Your code abides by the code-style conventions
- All existing unit and functional tests pass. Before creating a pull request, ensure that none of these commands show any error in your local environment:
yarn prettier
,yarn lint
,yarn test
andyarn test:functional
- All examples work
- The documentation is up to date (if applicable)
-
Choose the name for your Pull Request:
Feature/Your Feature Title
for new featuresHotfix/Bug Title
for bug fixesDocs/Topic Title
for documentation topics
-
Describe the main idea of your changes: behavior, documentation, examples
-
If there are existing related issues, please provide a link
-
Additional content (if necessary): screenshots, video, links, notes, etc.