-
Notifications
You must be signed in to change notification settings - Fork 3.4k
doc: Fix links to contributing guide #10322
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
Conversation
Commits f308ac0683544d5603461e3f85ac986880f65e56, fd9d0662e67dd84db71216d8c824783e2f296e6b do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/contributing/#developer-s-certificate-of-origin |
Release note label not set, please set the appropriate release note. |
Release note label not set, please set the appropriate release note. |
.github/cilium-actions.yml
Outdated
@@ -33,7 +33,7 @@ move-to-projects-for-labels-xored: | |||
column: "Backport done to v1.5" | |||
require-msgs-in-commit: | |||
- msg: "Signed-off-by" | |||
helper: "https://docs.cilium.io/en/stable/contributing/contributing/#developer-s-certificate-of-origin" | |||
helper: "http://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin" |
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.
Any reason you switched to http
?
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.
hadn't realized I did, I followed a link from the readme which uses http, copied the whole url and pasted it....
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.
Could you please revert this change and sign off your commit?
test-docs-please |
Commits f308ac0683544d5603461e3f85ac986880f65e56, fd9d0662e67dd84db71216d8c824783e2f296e6b, 0c1e380f7d42c5a2ae3c1e9195ab8fe382e1c7bf, 8e91d93e1cc35a12f475efce7e6178ae201cec2f do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/contributing/#developer-s-certificate-of-origin |
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.
FYI, since apparently those docs don't point it out:
If you git config user.name "John Doe"
and git config user.email "john@doe.com"
then when committing the code you do git commit -s
(or git commit --amend -s
), the signoff line will be populated by git.
I think it'd be worthwhile to add this to the instructions too.
Fixes: cilium#10316 Signed-off-by: Sean Winn <sean@isovalent.com>
Fixes: cilium#10316 Signed-off-by: Sean Winn <sean@isovalent.com>
This reverts commit f308ac0683544d5603461e3f85ac986880f65e56. Signed-off-by: Sean Winn <sean@isovalent.com>
Fixes: cilium#10316 Signed-off-by: Sean Winn <sean@isovalent.com>
8e91d93
to
59fc725
Compare
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.
I'd prefer these four commits to be squashed together to ease backporting (if needed).
test-docs-please |
Fixes the link to the contributing guide in the main README.rst and cilium-actions.yaml
The previous link pointed to a folder structure that had changed recently.
Fixes: #10316
This change is