chore: direct support queries to Discussions

master
Marc Cornellà 5 years ago
parent 74db9acdb9
commit 615f9dd02b
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 3
      .github/ISSUE_TEMPLATE/config.yml
  3. 10
      .github/ISSUE_TEMPLATE/support.md

@ -1,6 +1,7 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve Oh My Zsh about: Create a report to help us improve Oh My Zsh
labels: 'Bug'
--- ---

@ -1,5 +1,8 @@
blank_issues_enabled: true blank_issues_enabled: true
contact_links: contact_links:
- name: Support
url: https://github.com/ohmyzsh/ohmyzsh/discussions
about: Ask the community for support
- name: Get help on Discord - name: Get help on Discord
url: https://discord.gg/ohmyzsh url: https://discord.gg/ohmyzsh
about: Have a quick question? Join the Discord server and ask on the appropriate channel. about: Have a quick question? Join the Discord server and ask on the appropriate channel.

@ -1,10 +0,0 @@
---
name: Support
about: Request support for any problem you're having with Oh My Zsh
labels: 'Support'
---
1. Look for similar issues already posted (including closed ones)
2. Include as much relevant information as possible
3. Try to make sure the issue is due to Oh My Zsh
Loading…
Cancel
Save