Thank you for your interest in contributing to our project! We welcome all contributions, big or small, and appreciate your effort to help make our project better.
To start working on the project, please follow these steps:
- Fork the repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Switch to the
packages/core
folder and runyarn start
to start the project. - Open another terminal and switch to the
packages/example
folder. - Run
yarn test
in thepackages/example
folder to run the tests. - Make your changes and run the tests again to ensure that everything is working correctly.
- Once you're satisfied with your changes, commit them and create a pull request.
If you encounter any bugs or issues while using our project, please submit an issue on our GitHub repository. Please include as much detail as possible, including the steps to reproduce the issue and any relevant error messages.
When you're ready to submit your changes, please create a pull request from your forked repository to our main repository. Please include a detailed description of your changes and why they are necessary or beneficial.
We appreciate all contributions, and will do our best to review and respond to your pull request as soon as possible. Thank you for your help in making our project better!