diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index de94d74..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ - -- Multi-Account Containers Version: -- Operating System + Version: -- Firefox Version: -- Other installed Add-ons + Version + Enabled/Disabled-Status: - - - -### Actual behavior - - -### Expected behavior - - -### Steps to reproduce -1. -2. -3. - -### Notes diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..ae9a624 --- /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: 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." + validations: + 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 + 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"