From 73e690a5597dca2b44f9049114050810bf091068 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Thu, 19 May 2022 19:47:09 -0400 Subject: [PATCH] Update issue menu - Remove en-US in SUMO URLs so it redirects the user to right locales - Make it clearer that Ask a question is about support questions --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6a22a04..b34367e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,10 @@ blank_issues_enabled: false contact_links: - name: "Explore our help articles" - url: "https://support.mozilla.org/en-US/kb/containers" + url: "https://support.mozilla.org/kb/containers" about: "Dig into the knowledge base, tips and tricks, troubleshooting, and so much more." - - name: "Ask a question" - url: "https://support.mozilla.org/en-US/questions/new/desktop/form" + - name: "Ask a support question" + url: "https://support.mozilla.org/questions/new/desktop/form" about: "Get support from our contributors or staff members." - name: "Submit new ideas" url: "https://connect.mozilla.org/t5/discussions/how-to-submit-a-great-idea-in-five-easy-steps/td-p/24" @@ -13,5 +13,5 @@ contact_links: url: "https://connect.mozilla.org/t5/discussions/bd-p/discussions" about: "Give feedback and participate in meaningful conversations with the community and Mozilla employees" - name: "Discover more awesome tools" - url: "https://www.mozilla.org/en-US/firefox/products/" + url: "https://www.mozilla.org/firefox/products/" about: "Learn more about other products from Mozilla"