-
Notifications
You must be signed in to change notification settings - Fork 1.4k
📖 dead contributor and conduct links on cluster-api.sigs.k8s.io website #1817
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
📖 dead contributor and conduct links on cluster-api.sigs.k8s.io website #1817
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
Welcome @thesystemninjaneer! |
Hi @thesystemninjaneer. Thanks for your PR. I'm waiting for a kubernetes-sigs 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/test-infra repository. |
I signed it |
/assign @justinsb |
feaf705
to
8e58659
Compare
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
8e58659
to
4c124be
Compare
@thesystemninjaneer The commit message shouldn't include "fixes #1816" text, can you remove it and push it again? |
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.
Looking at the preview https://5de51c124c02dc0008034637--kubernetes-sigs-cluster-api.netlify.com/ for this change, it seems like the links aren't fixed. We need to change the links to be full domains, e.g. contributor guide
should point to https://github.com/kubernetes-sigs/cluster-api/blob/master/CONTRIBUTING.md
@vincepri Sure. I can remove that comment and also burn in the path to the markdown files in the repo. |
4c124be
to
f5ac6d6
Compare
/ok-to-test |
@detiber We have both defined locally, but that part of the readme is referenced in the quick start, and local references end up not working |
This seems a bit error prone to hardcode to the |
We can probably remove those parts or overwrite the links in the quick start |
@vincepri @detiber shall i push in changes like this https://github.com/kubernetes-sigs/cluster-api/pull/1832/files? |
Ah, that could work as well. |
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.
/approve
/lgtm
/retest
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thesystemninjaneer, vincepri 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 |
/lgtm cancel |
@thesystemninjaneer Are you able to make the changes @detiber suggested? Otherwise, we should open an issue to track the link generation work instead. |
@vincepri yup. I'll work it this weekend. Are there any instructions to manually build the repo's mdocs? I'd like to test my changes locally. |
You can run |
…e section. Also add 2 new markdown files with repective references to source markdown files outside the src directory to remedy dead links on doc homepage. main README updated with link to two new markdowns within src dir.
f5ac6d6
to
301fc1f
Compare
Changes made. Tested locally with a centos 8 container |
/lgtm |
What this PR does / why we need it:
Addresses two dead links on the README.md doc. Fixes #1816
Learning how to first time contribute code to this SIG by reading https://cluster-api.sigs.k8s.io/ and found a couple dead links in the documentation. Killing two birds with one stone by confirming my understanding of how to first time contribute by contributing a patch to those same docs! 🐦 🐦
There were a lot of docs about how to contribute so please let me know if I missed any steps!