We welcome contributions to the project. Please follow the guidelines below.
If you would like to request a new feature, please open an issue on the project's GitHub repository. Please include as much information as possible, including:
- A description of the feature
- A use case for the feature
- Any relevant examples
If you encounter any issues with the project, please open an issue on the project's GitHub repository. Please include as much information as possible, including:
- The steps to reproduce the issue
- Any relevant error messages
- The browser you are using
If you would like to contribute code to the project, please follow these steps:
- Fork the project on GitHub
- Create a new branch
- Make your changes
- Submit a pull request
Run pnpm run format to format your code before submitting a pull request.
We rebase all pull requests before merging, so please make sure your branch is up to date with the main branch, and your commits are clean and atomic.