- Be respectful, civil, and open-minded.
- Before opening a new pull request, try searching through the issue tracker for known issues or fixes.
- Fork this repository to your own GitHub account, then clone the repository to your machine.
- Follow the README to install the project.
- Create a new branch and implement your changes.
- Note: We use
commitlint
to autoupdate the changelog and versioning so make sure you follow the Conventional Commits guidelines when making commits. Do not manually update the changelog and version in the package.json.
- Open a pull request! All pull requests must be made to the
main
branch.
Thanks to Next.js. This contribution guide is inspired by the Next.js contribution guide.