Add a "new issue" menu
This menu offers different options to redirect the user to the right resources for their issue.
This commit is contained in:
parent
ce63dc2f6b
commit
da942a8def
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue