diff options
| author | Jorge O. Castro <jorge.castro@gmail.com> | 2018-02-08 10:15:23 -0500 |
|---|---|---|
| committer | Jorge O. Castro <jorge.castro@gmail.com> | 2018-02-08 10:24:39 -0500 |
| commit | 02a00faf534fea46af7629da1085bc01ae2aae04 (patch) | |
| tree | 0ca733e31ab2b256d43586440d85dd966ccd7d8c /contributors/guide/README.md | |
| parent | 1cc2e016b5cf24988f8f4905c76952b66e0e190c (diff) | |
Move owners file to the contributor guide
Added a new section in the README for things that are important for
contributors to know, but not something they will use often or at all
but needs to be documented, like owners files.
Linked to documentation team's contribution page.
Diffstat (limited to 'contributors/guide/README.md')
| -rw-r--r-- | contributors/guide/README.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 75578f3d..52098ee9 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -198,8 +198,7 @@ sig-testing is responsible for that official infrastructure and CI. The associa ## Documentation - -* Please help write this section. +- [Contributing to Documentation](https://kubernetes.io/editdocs/) ## Issues Management or Triage @@ -224,3 +223,9 @@ We follow the general [Cloud Native Computing Foundation guidelines](https://git ## Mentorship Please learn about our mentoring initiatives [here](http://git.k8s.io/community/mentoring/README.md). + +# Advanced Topics + +This section includes things that need to be documented, but typical contributors do not need to interact with regularly. + +- [OWNERS files](owners.md) - The Kubernetes organizations are managed with OWNERS files, which outline which parts of the code are owned by what groups.
\ No newline at end of file |
