Fix Default Bug/Feature Templates

This commit is contained in:
Qstick 2020-06-29 21:04:52 -04:00
parent 4ee56ff374
commit 0425aeb66d
3 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,10 @@
---
name: Bug report
about: Create a report to help us improve
about: Support requests will be closed immediately, if you are unsure go to our Discord
or Subreddit first. Exceptions do not mean you found a bug!
title: ''
labels: Type: Bug
assignees: ''
---

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support via Discord
url: https://discord.gg/8Y7rDc9
about: Chat with users and devs on support and setup related topics.
- name: Support via Reddit
url: https://reddit.com/r/lidarr
about: Discuss and search thru support topics.

View File

@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Type: Enhancement
assignees: ''
---