doc: Fix links to contributing guide #10322
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. |
There was a problem hiding this comment.
Any reason you switched to http?
There was a problem hiding this comment.
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.
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 |
joestringer
left a comment
There was a problem hiding this comment.
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
jrajahalme
left a comment
There was a problem hiding this comment.
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