-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(contributing): fix links and build tool list #19111
Conversation
* Fix a couple of broken links related to code styling and linting * Add `jq` and `xz` to the list of build tools (needed when running `make verify`) * Add links to the website of all the listed build tools Signed-off-by: Jay Vercellone <[email protected]>
Hi @jverce. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm Thanks @jverce! |
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 22 files with indirect coverage changes @@ Coverage Diff @@
## main #19111 +/- ##
==========================================
+ Coverage 68.79% 68.86% +0.06%
==========================================
Files 420 420
Lines 35640 35640
==========================================
+ Hits 24520 24544 +24
+ Misses 9693 9680 -13
+ Partials 1427 1416 -11 Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks @jverce
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmhbnz, jverce The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changelog
jq
andxz
to the list of build tools (needed when runningmake verify
)Fixes #19110