First off, thank you for considering contributing to Garter.
There are many ways to contribute to Garter, from improving the documentation, submitting bug reports and feature requests, or writing code which can be incorporated into Garter itself.
Before submitting bug reports, please check the existing reported issues to make sure it hasn't already been reported. Be as detailed as possible in your report.
For feature requests, check the issues to see if it has already been suggested. Provide a clear and detailed explanation of the feature you would like to see, and why it would be useful.
If you would like to contribute code, start by searching through the issues for projects you can tackle. Fork the repository and make your changes. Submit a pull request with a clear description of your changes.
-
Fork the repository on GitHub.
-
Clone your fork to your local machine.
-
Create a new branch for your changes.
-
Make sure your code adheres to the existing coding conventions.
-
Write tests for your changes.
-
Update changelog using changset
pnpm changeset
Pick one of
patch
|minor
|major
and write short summary of your changes and commit. -
Submit a pull request to the main branch.
Thank you for your interest in contributing to Garter. We look forward to your contributions!