From 8a6ed90892791c97a6479567097702ff92d84ba7 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 22 Aug 2023 06:11:18 +0300 Subject: [PATCH] Remove Reddit from issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +---- .github/workflows/support.yml | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 64cdf1143..31f001e52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: 'Report a new bug, if you are not 100% certain this is a bug please go to our Reddit or Discord first' +description: 'Report a new bug, if you are not 100% certain this is a bug please go to our Discord first' labels: ['Type: Bug', 'Status: Needs Triage'] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 968f4184b..880a682f4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,4 @@ blank_issues_enabled: false contact_links: - name: Support via Discord url: https://lidarr.audio/discord - 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. + about: Chat with users and devs on support and setup related topics. \ No newline at end of file diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 8af578f60..cdc757378 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -15,8 +15,9 @@ jobs: issue-comment: > :wave: @{issue-author}, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears - to be a support request. Please hop over onto our [Discord](https://lidarr.audio/discord) + to be a support request. Please hop over onto our [Discord](https://lidarr.audio/discord). close-issue: true + close-reason: 'not planned' lock-issue: false - uses: dessant/support-requests@v3 with: