Welcome! We appreciate your interest in contributing.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/your-project.git
-
Create a new branch for your changes:
git checkout -b feat/your-feature
-
Make your changes and add changesets summary for your change:
pnpm changeset
-
Commit your changes:
git add . git commit -m "Your descriptive commit message"
-
Push the changes to your GitHub repository:
git push origin feature/your-feature
-
Open a pull request (PR) from your branch to the main repository's
main
ormaster
branch. -
Follow the PR template provided in
PULL_REQUEST_TEMPLATE.md
.
Please follow the coding standards defined in the project. If there are no specific guidelines, maintain consistency with the existing code.
If your contribution involves code changes, make sure to add or update tests to cover the new functionality or changes.
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.
This project follows a Code of Conduct. By participating, you agree to uphold this code.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for contributing to [Your Project Name]!