From a12a28be221e9c9fa708585cac1a4bd245b56b92 Mon Sep 17 00:00:00 2001 From: albertteoh Date: Thu, 8 Apr 2021 11:54:23 +1000 Subject: [PATCH 1/2] Update Gitter URLs to Slack Signed-off-by: albertteoh --- .github/issue_template.md | 2 +- packages/jaeger-ui/src/constants/default-config.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 7a5851ba91..69361ccee1 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -5,7 +5,7 @@ Welcome to the Jaeger project! 👋🎉 - Please be respectful and considerate of others when commenting on issues. - Please provide as much information as possible so we all understand the issue. - If you only have a question, you may get a faster response by asking in - - our chat room https://gitter.im/jaegertracing/Lobby, or + - our chat room https://cloud-native.slack.com/archives/CGG7NFUJ3, or - the forum https://groups.google.com/d/forum/jaeger-tracing (but please don't double post) --> diff --git a/packages/jaeger-ui/src/constants/default-config.tsx b/packages/jaeger-ui/src/constants/default-config.tsx index 35107883db..ed79f2d005 100644 --- a/packages/jaeger-ui/src/constants/default-config.tsx +++ b/packages/jaeger-ui/src/constants/default-config.tsx @@ -54,7 +54,7 @@ export default deepFreeze( }, { label: 'Online Chat', - url: 'https://gitter.im/jaegertracing/Lobby', + url: 'https://cloud-native.slack.com/archives/CGG7NFUJ3', }, { label: 'GitHub', From d69ab560f27e1ec7ad43593a12d26638f2a4def0 Mon Sep 17 00:00:00 2001 From: albertteoh Date: Thu, 8 Apr 2021 12:01:43 +1000 Subject: [PATCH 2/2] Remove mail link Signed-off-by: albertteoh --- .github/issue_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 69361ccee1..f65b866d41 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -5,9 +5,7 @@ Welcome to the Jaeger project! 👋🎉 - Please be respectful and considerate of others when commenting on issues. - Please provide as much information as possible so we all understand the issue. - If you only have a question, you may get a faster response by asking in - - our chat room https://cloud-native.slack.com/archives/CGG7NFUJ3, or - - the forum https://groups.google.com/d/forum/jaeger-tracing - (but please don't double post) + - our chat room https://cloud-native.slack.com/archives/CGG7NFUJ3 --> ## Requirement - what kind of business use case are you trying to solve?