You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/05/26 17:41:15 UTC

[trafficcontrol] branch master updated: Update Slack links to point to the ASF slack (#5890)

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 67b6c6f  Update Slack links to point to the ASF slack (#5890)
67b6c6f is described below

commit 67b6c6ff6b120181c30bb627c7374d3533f72eb7
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Wed May 26 11:39:57 2021 -0600

    Update Slack links to point to the ASF slack (#5890)
    
    * Update Slack link in the docs
    
    * Update Slack link in the issue templates
---
 .github/ISSUE_TEMPLATE/1-bug-report.md          | 2 +-
 .github/ISSUE_TEMPLATE/2-feature-request.md     | 2 +-
 .github/ISSUE_TEMPLATE/3-improvement-request.md | 2 +-
 .github/ISSUE_TEMPLATE/config.yml               | 4 ++--
 docs/source/faq.rst                             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
index f348e20..e440620 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -13,7 +13,7 @@ If this issue identifies a security vulnerability, DO NOT submit it! Instead, co
 the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the
 guidelines at https://www.apache.org/security/ regarding vulnerability disclosure.
 
-- For *SUPPORT QUESTIONS*, use the Traffic Control slack (https://s.apache.org/atc-slack)
+- For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/slack-invite)
 or Traffic Control mailing lists (https://trafficcontrol.apache.org/mailing_lists).
 - Before submitting, please **SEARCH GITHUB** for a similar issue or PR.
 -->
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md
index ae77665..910a5df 100644
--- a/.github/ISSUE_TEMPLATE/2-feature-request.md
+++ b/.github/ISSUE_TEMPLATE/2-feature-request.md
@@ -13,7 +13,7 @@ If this issue identifies a security vulnerability, DO NOT submit it! Instead, co
 the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the
 guidelines at https://www.apache.org/security/ regarding vulnerability disclosure.
 
-- For *SUPPORT QUESTIONS*, use the Traffic Control slack (https://s.apache.org/atc-slack)
+- For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/slack-invite)
 or Traffic Control mailing lists (https://trafficcontrol.apache.org/mailing_lists).
 - Before submitting, please **SEARCH GITHUB** for a similar issue or PR.
 -->
diff --git a/.github/ISSUE_TEMPLATE/3-improvement-request.md b/.github/ISSUE_TEMPLATE/3-improvement-request.md
index 87c111e..51c9d26 100644
--- a/.github/ISSUE_TEMPLATE/3-improvement-request.md
+++ b/.github/ISSUE_TEMPLATE/3-improvement-request.md
@@ -13,7 +13,7 @@ If this issue identifies a security vulnerability, DO NOT submit it! Instead, co
 the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the
 guidelines at https://www.apache.org/security/ regarding vulnerability disclosure.
 
-- For *SUPPORT QUESTIONS*, use the Traffic Control slack (https://s.apache.org/atc-slack)
+- For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/slack-invite)
 or Traffic Control mailing lists (https://trafficcontrol.apache.org/mailing_lists).
 - Before submitting, please **SEARCH GITHUB** for a similar issue or PR.
 -->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index e78989e..77b9f65 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -17,5 +17,5 @@ contact_links:
     url: http://trafficcontrol.apache.org/mailing_lists
     about: Reach out to one of the Traffic Control mailing lists for discussion.
   - name: Support questions
-    url: https://s.apache.org/atc-slack
-    about: Visit us on Slack to ask a question.
+    url: https://s.apache.org/slack-invite
+    about: Visit us at ‌#traffic-control on Slack to ask a question.
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index 745b409..5c311c1 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -30,7 +30,7 @@ Who is using Traffic Control?
 
 How do I get help with Traffic Control?
 =======================================
-Join us on our `Slack <https://s.apache.org/atc-slack>`_ or send your questions to our `mailing list <ma...@trafficcontrol.apache.org>`_.  Slack is usually the best forum for quick Q&A type issues -- like when you are getting a Traffic Control CDN up and running or if you have a question about configuration. Any discussions that could potentially lead to decisions being made about the project -- like a new feature -- should happen on `the developer mailing list <mailto:dev@traffic [...]
+Join us at ``#traffic-control`` on the `ASF Slack <https://s.apache.org/slack-invite>`_ or send your questions to our `mailing list <ma...@trafficcontrol.apache.org>`_.  Slack is usually the best forum for quick Q&A type issues -- like when you are getting a Traffic Control CDN up and running or if you have a question about configuration. Any discussions that could potentially lead to decisions being made about the project -- like a new feature -- should happen on `the developer m [...]
 
 How do I get involved with the development of Traffic Control?
 ==============================================================