From da942a8def1f2f37931ec2d63b0744a76e7e1d29 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Wed, 18 May 2022 19:50:10 -0400 Subject: [PATCH] Add a "new issue" menu This menu offers different options to redirect the user to the right resources for their issue. --- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6a22a04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: "Explore our help articles" + url: "https://support.mozilla.org/en-US/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" + 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" + about: "Have an idea for a new product feature? Share it with our community and staff members!" + - name: "Discussions" + 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/" + about: "Learn more about other products from Mozilla"