summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-10-18 09:16:43 -0700
committerGitHub <noreply@github.com>2017-10-18 09:16:43 -0700
commit5244362b6abda165c6d69cf4a208482de6fd5872 (patch)
tree61e0dd50e7ca66f9691d75eb4374891c3f589b5c
parent5323d141feb5bf8994adf67b623b27465d2fe4b9 (diff)
parent34f2e3c77d6a09073e16b53d6b078462b5a2fc7a (diff)
Merge pull request #1223 from porridge/practices-sig-scale-link
Automatic merge from submit-queue. Change channel name for the rename. See #1197 for discussion. /hold @castrojo please /hold cancel once you actually 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.
* * *