summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Owsiany <porridge@google.com>2017-10-18 07:46:38 +0200
committerMarcin Owsiany <porridge@google.com>2017-10-18 07:46:38 +0200
commit34f2e3c77d6a09073e16b53d6b078462b5a2fc7a (patch)
tree9afefa78f35442b0f425a080fc752516d6b52c0e
parentdd40878899fa5d9f72a9fd87f3b507d36820a672 (diff)
Change channel name for the rename.
-rw-r--r--contributors/devel/scalability-good-practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/scalability-good-practices.md b/contributors/devel/scalability-good-practices.md
index 23ed7e2a..5769d248 100644
--- a/contributors/devel/scalability-good-practices.md
+++ b/contributors/devel/scalability-good-practices.md
@@ -160,7 +160,7 @@ When designing new features/thinking about refactoring you should:
- when adding complex logic make sure that you don't add it on a critical path of any basic workflow
## Closing remarks
-We know that thinking about performance impact of changes that all of us write is hard, this is exactly why we want you to help us cater for it, by always having problems that we mentioned here in the back of your mind. In return we'll answer all your question and doubts about possible impact of your changes if you post them either to #sig-scale Slack channel, or cc @kubernetes/sig-scalability-pr-reviews in your PR/proposal.
+We know that thinking about performance impact of changes that all of us write is hard, this is exactly why we want you to help us cater for it, by always having problems that we mentioned here in the back of your mind. In return we'll answer all your question and doubts about possible impact of your changes if you post them either to #sig-scalability Slack channel, or cc @kubernetes/sig-scalability-pr-reviews in your PR/proposal.
* * *