👋 Hello!
Thanks for your interest in contributing to the dependabot
CLI!
We accept pull requests for bug fixes and features that have been discussed ahead of time in an issue. 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
- Open a pull request for any issue labelled
help wanted
orgood first issue
Prerequisites:
- Go 1.19+
- Docker
Run with:
go run ./...
Run tests with:
go test ./...
- 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.
Maintainers can create a new release by following these instructions:
- Go to the releases page
- Determine the appropriate version number for the release following SemVer guidelines.
- Click the Draft a new release button
- Click the Choose a tag button
- Type in the version number for the release preceded by a
v
- Click the Publish release button
Publishing a release triggers the release.yml
workflow,
which builds artifacts and uploads them to the release.