diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-01-25 09:06:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 09:06:54 -0800 |
| commit | 2862d61908194f189a8eec8c07883c060c8511da (patch) | |
| tree | 9357f968d2ced3175ddcc8166d82ed4446c4f90e | |
| parent | f34992d3579d3923ffa6ae8597f2515d632960c3 (diff) | |
| parent | 60618d4c8fca40632e33e8be44132839b7bb834b (diff) | |
Merge pull request #5426 from mrbobbytables/rename-kdev
Rename the kubernetes-dev slack channel to kubernetes-contributors
| -rw-r--r-- | communication/README.md | 4 | ||||
| -rw-r--r-- | communication/slack-config/channels.yaml | 3 | ||||
| -rw-r--r-- | communication/slack-guidelines.md | 4 | ||||
| -rw-r--r-- | events/elections/README.md | 2 | ||||
| -rw-r--r-- | events/events-team/best-practices.md | 4 | ||||
| -rw-r--r-- | mentoring/programs/group-mentee-guide.md | 2 |
6 files changed, 10 insertions, 9 deletions
diff --git a/communication/README.md b/communication/README.md index ce666ece..701152f7 100644 --- a/communication/README.md +++ b/communication/README.md @@ -79,7 +79,7 @@ We talk a lot, too. Our real-time platform with Kubernetes enthusiasts spread across 250+ channels. Owned and operated by sig-contributor-experience. -[Join] | [Slack Guidelines] | [slack moderators] | [#kubernetes-dev] +[Join] | [Slack Guidelines] | [slack moderators] | [#kubernetes-contributors] Pro-tip: If you want to add a new channel, simply file a request following [these instructions]. @@ -219,7 +219,7 @@ place! [the doc]: /events/office-hours.md [moderators]: ./moderators.md [slack moderators]: ./moderators.md#slack -[#kubernetes-dev]: https://app.slack.com/client/T09NY5SBT/C09R23FHP +[#kubernetes-contributors]: https://app.slack.com/client/T09NY5SBT/C09R23FHP [#sig-contribex]: https://app.slack.com/client/T09NY5SBT/C1TU9EB9S [#office-hours]: https://app.slack.com/client/T09NY5SBT/C6RFQ3T5H [office-hours]: /events/office-hours.md
\ No newline at end of file diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index e57571df..091f6315 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -202,7 +202,8 @@ channels: - name: kubernetes-batch-jobs - name: kubernetes-careers - name: kubernetes-client - - name: kubernetes-dev + - name: kubernetes-contributors + id: C09R23FHP # kubernetes-docs-* channels are defined in sig-docs/ - name: kubernetes-novice - name: kubernetes-operators diff --git a/communication/slack-guidelines.md b/communication/slack-guidelines.md index 333964c4..36dbd643 100644 --- a/communication/slack-guidelines.md +++ b/communication/slack-guidelines.md @@ -81,8 +81,8 @@ applicability to the Kubernetes community. Some channels have specific rules or guidelines. If they do, they will be listed in the purpose or pinned docs of that channel. -- `#kubernetes-dev` - Questions and discourse around upstream contributions and -development to kubernetes, +- `#kubernetes-contributors` - Questions and discourse around upstream + contributions and development to kubernetes. - `#kubernetes-careers` - Job openings for positions working with/on/around Kubernetes. Post the job once and pin it. Pins expire after 30 days. Postings must include: diff --git a/events/elections/README.md b/events/elections/README.md index 3ba80070..7179268b 100644 --- a/events/elections/README.md +++ b/events/elections/README.md @@ -45,7 +45,7 @@ eligibility for voting, eligibility for candidacy, maximal representation, etc. 2. Announce voting schedule to community - Should mostly be links to the voter guide and the Steering Committee Charter -- On kubernetes-dev list, kubernetes-dev slack, and twitter +- On kubernetes-dev list, kubernetes-contributors slack, and twitter 3. Executing the Election in CIVS diff --git a/events/events-team/best-practices.md b/events/events-team/best-practices.md index b8aaa338..246c959d 100644 --- a/events/events-team/best-practices.md +++ b/events/events-team/best-practices.md @@ -64,7 +64,7 @@ The Hallway Track is listed as the favorite track at every event. The social/cel ## Communication and Advertising [kubernetes-dev@googlegroups.com][k-dev] is our artery for contributor communication and should be the main news network for contributor events. Other channels: -Slack - [#contributor-summit], [#kubecon], [#kubernetes-dev] +Slack - [#contributor-summit], [#kubecon], [#kubernetes-contributors] [Twitter] [Kubernetes blog] [discuss.kubernetes.io] @@ -120,7 +120,7 @@ Links to docs that aren't a fit for markdown: [k-dev]: (https://groups.google.com/forum/#!forum/kubernetes-dev) [#contributor-summit]: (https://kubernetes.slack.com/messages/contributor-summit) [#kubecon]: (https://kubernetes.slack.com/messages/kubecon) -[#kubernetes-dev]: (https://kubernetes.slack.com/messages/kubernetes-dev) +[#kubernetes-contributors]: (https://kubernetes.slack.com/messages/kubernetes-contributors) [Twitter]: (https://twitter.com/kubernetesio) [Kubernetes blog]: (https://kubernetes.io/blog/) [discuss.kubernetes.io]: (discuss.kubernetes.io) diff --git a/mentoring/programs/group-mentee-guide.md b/mentoring/programs/group-mentee-guide.md index c8ddab4a..9fca34d2 100644 --- a/mentoring/programs/group-mentee-guide.md +++ b/mentoring/programs/group-mentee-guide.md @@ -58,7 +58,7 @@ TODO: add more here ### Other Help Resources - slack - - #kubernetes-dev + - #kubernetes-contributors - your respective sig or other sigs that could help - [SIG List] - #sig-contribex |
