Skip to content

Commit 7ffc368

Browse files
authored
Merge pull request #7549 from tschaub/doc-changes
Link to documentation site and clarify PR/CLA order
2 parents 58fafe0 + 0005b42 commit 7ffc368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Welcome to the Kubernetes Community contributing guide. We are excited about the
66

77
We have full documentation on how to get started contributing here:
88

9-
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation
10-
- [Contributor Cheat Sheet](./contributors/guide/contributor-cheatsheet/) - Common resources for existing developers
9+
- [Kubernetes Contributor Guide](https://www.kubernetes.dev/docs/guide/) - Main contributor documentation
10+
- [Contributor Cheat Sheet](https://www.kubernetes.dev/docs/contributor-cheatsheet/) - Common resources for existing developers
1111

1212
## Mentorship
1313

contributors/guide/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ You can run these local verifications before you submit your pull request to pre
6161

6262
Merging a pull request requires the following steps to be completed before the pull request will be merged automatically.
6363

64-
- [Sign the CLA](https://git.k8s.io/community/CLA.md) (prerequisite)
6564
- [Open a pull request](https://help.github.com/articles/about-pull-requests/)
6665
- *For kubernetes/kubernetes repository only:* Add [release notes](/contributors/guide/release-notes.md) if needed.
66+
- Follow the EasyCLA steps to [sign the CLA](https://git.k8s.io/community/CLA.md) (prerequisite)
6767
- Pass all e2e tests
6868
- Get all necessary approvals from reviewers and code owners
6969

0 commit comments

Comments
 (0)