From dca7f8505892c51a421285eb2bc443121e9764a8 Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Tue, 16 Jan 2018 13:33:18 -0800 Subject: [PATCH] removed unnecessary link from guide README, also removed duplicate text from linked file --- contributors/devel/collab.md | 12 ------------ contributors/guide/README.md | 2 -- 2 files changed, 14 deletions(-) diff --git a/contributors/devel/collab.md b/contributors/devel/collab.md index 434160517..73ddebb94 100644 --- a/contributors/devel/collab.md +++ b/contributors/devel/collab.md @@ -1,17 +1,5 @@ # On Collaborative Development -Kubernetes is open source, but many of the people working on it do so as their -day job. In order to avoid forcing people to be "at work" effectively 24/7, we -want to establish some semi-formal protocols around development. Hopefully these -rules make things go more smoothly. If you find that this is not the case, -please complain loudly. - -## Patches welcome - -First and foremost: as a potential contributor, your changes and ideas are -welcome at any hour of the day or night, weekdays, weekends, and holidays. -Please do not ever hesitate to ask a question or send a PR. - ## Code reviews All changes must be code reviewed. For non-maintainers this is obvious, since diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 6175a312d..661adeb6c 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -140,8 +140,6 @@ Make sure to adhere to the prompted submission guidelines while opening an issue # Contributing -(From:[here](/contributors/devel/collab.md)) - Kubernetes is open source, but many of the people working on it do so as their day job. In order to avoid forcing people to be "at work" effectively 24/7, we want to establish some semi-formal protocols around development. Hopefully these rules make things go more smoothly. If you find that this is not the case, please complain loudly. As a potential contributor, your changes and ideas are welcome at any hour of the day or night, weekdays, weekends, and holidays. Please do not ever hesitate to ask a question or send a pull request.