From f5fb9b7ed0b1e0515509e46f69d91364367a6ae0 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Mon, 29 Apr 2019 19:36:34 -0400 Subject: [PATCH] Add Slack channel name length restriction. --- communication/slack-guidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/communication/slack-guidelines.md b/communication/slack-guidelines.md index 4c567b8d6..11198c5e0 100644 --- a/communication/slack-guidelines.md +++ b/communication/slack-guidelines.md @@ -118,6 +118,7 @@ management of Slack. To add a channel, open a Pull Request (PR) updating the [slack-config]. - Add the channel to [channels.yaml] following the [Channel Documentation]. + - Channel names must be 21 characters or less in length (Slack limit). - Typical channel naming conventions follow: - `#kubernetes-foo` - `#sig-foo`