Hi! Thanks for your interest in contributing to the GitHub Actions Cache CLI Extension!
We accept pull requests for bug fixes and features where we've discussed the approach in an issue and given the go-ahead for a community member to work on it. We'd also love to hear about ideas for new features as issues.
Please do:
- Check existing issues to verify that the bug or feature request has not already been submitted.
- Open an issue if things aren't working as expected.
- Open an issue to propose a significant change.
- Open a pull request to fix a bug.
- Open a pull request to fix documentation about a command.
Please avoid:
- Opening pull requests for issues marked
needs-design
,needs-investigation
, orblocked
. - Adding installation instructions specifically for your OS/package manager.
Prerequisites:
- Go 1.16+
- GitHub CLI
Build with:
- Unix-like systems/ MacOS/ Windows:
go build
Install the binary extension as:
- Unix-like systems/ MacOS/ Windows:
gh extension install .
from the root folder the project.
Run tests with: go test -v ./...
- Fork/Create a new branch:
git checkout -b my-branch-name
- Make your change, add tests, and ensure tests pass
- Submit a pull request:
gh pr create --web
Contributions to this project are released to the public under the project's open source license.
Please note that this project adheres to a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
We generate manual pages from source on every release. You do not need to submit pull requests for documentation specifically; manual pages for commands will automatically get updated after your pull requests gets accepted.