From 7bef6d646f77ca8e8f1235a97aaaafde0eb13ca0 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Fri, 10 Jun 2022 04:08:16 +0000 Subject: [PATCH] Merge branch 'mozilla:main' into wildcard --- .github/ISSUE_TEMPLATE/bug.yml | 53 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 17 ++++++++++ 2 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..12ae272 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,53 @@ +name: Bug Report +description: Report a problem in Multi-Account Containers +labels: [bug] +body: + - type: checkboxes + id: before-bug-report + attributes: + label: Before submitting a bug report + options: + - label: "I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue" + required: true + - label: "I searched for existing reports to see if it hasn\'t already been reported" + required: true + - type: textarea + id: step_to_reproduce + attributes: + label: "Step to reproduce" + description: "Provide a list of steps you did to trigger this bug" + placeholder: | + 1. I opened ... + 2. I clicked on ... + 3. ... + validations: + required: true + - type: textarea + id: actual_behavior + attributes: + label: "Actual behavior" + description: "Provide a description of what is currently happening" + validations: + required: true + - type: textarea + id: expected_behavior + attributes: + label: "Expected behavior" + description: "Provide a description of what should happen" + validations: + required: true + - type: textarea + id: additional_informations + attributes: + label: "Additional informations" + description: "Provide any other information revelant to this issue" + validations: + required: false + - type: textarea + id: about_support + attributes: + label: "Provide a copy of Troubleshooting Information page" + description: "To get a copy of the Troubleshooting Information page, type *about:support* in the address bar and click on the *Copy text to clipboard* button." + render: "plain text" + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b34367e --- /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/kb/containers" + about: "Dig into the knowledge base, tips and tricks, troubleshooting, and so much more." + - 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" + 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/firefox/products/" + about: "Learn more about other products from Mozilla"