Thank you for your interest in contributing to Garf!
To get started, follow these steps:
- Fork the Garf repository on GitHub.
- Clone your forked repository to your local machine.
- Install the necessary dependencies by running
pnpm install
. - Create a new branch for your contribution with
git checkout -b new-branch-name
.
Before making any contributions, please ensure that you have read and understood the CODE_OF_CONDUCT.md file.
Here are some tips to help you make successful contributions to Garf:
- Check the project's issues list for open issues that you can help with.
- If you are working on a new feature, please create a new issue to discuss it with the community.
- Write clear, concise, and well-documented code that follows the established style guide.
- Add tests to your contribution to ensure that it functions as intended.
- Update any necessary documentation.
Once you have completed your contribution, create a pull request to the Garf repository. Your pull request will be reviewed by the project maintainers, and they will provide feedback and guidance on how to improve it.
By contributing to Garf, you agree that your contributions will be licensed under the MIT License. See the LICENSE file for details.