Merge pull request #3656 from mrbobbytables/slack-channel-length
Add Slack channel name length restriction.
This commit is contained in:
commit
e88a515dc7
|
@ -118,6 +118,7 @@ management of Slack.
|
||||||
|
|
||||||
To add a channel, open a Pull Request (PR) updating the [slack-config].
|
To add a channel, open a Pull Request (PR) updating the [slack-config].
|
||||||
- Add the channel to [channels.yaml] following the [Channel Documentation].
|
- 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:
|
- Typical channel naming conventions follow:
|
||||||
- `#kubernetes-foo`
|
- `#kubernetes-foo`
|
||||||
- `#sig-foo`
|
- `#sig-foo`
|
||||||
|
|
Loading…
Reference in New Issue