Welcome! We're thrilled that you're interested in contributing to turborepo-remote-cache-cf
. Your contributions will help improve the project and benefit the community.
Here are some guidelines to help you get started:
To set up the repository on your local machine, follow these steps:
- Clone the repository using
git clone https://github.com/AdiRishi/turborepo-remote-cache-cloudflare.git
. - Move into the project directory with
cd turborepo-remote-cache-cf
. - Install the project dependencies by running
pnpm install
.
Before submitting a pull request, ensure you adhere to the following:
- Run lint and test commands to check for any errors. You can do this by running
pnpm lint
andpnpm test
. - Write unit tests for any changes you make. This helps maintain the quality of the code and ensures that your changes don't accidentally break anything.
- Always sign your commits. This confirms that the changes come from a trusted source. Read this documentation to learn how to sign commits.
To create a pull request:
- Push your changes to your fork of the repository.
- Go to the
turborepo-remote-cache-cf
page in your GitHub account. - Click the
New pull request
button.
In the New pull request
page:
- Choose the original repository as base repository and your fork as the head repository.
- Confirm your changes and submit your pull request.
By contributing to this project, you agree to abide by our Code of Conduct.
We appreciate your interest in contributing and look forward to your pull requests!