From ee9ff25afc981e8d0c737fa9c69026081857423d Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 25 Jun 2021 22:51:24 -0500 Subject: [PATCH] git fixes [skip ci] - stops stale bot from marking feature requests from label change - enhances bug report template -fixes FR label --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/stale.yml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3bbf8e919..0963b9ac3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,7 @@ assignees: '' --- + **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index eb539fc0f..df585ad45 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project title: '' -labels: feature request +labels: 'Type: Feature Request' assignees: '' --- diff --git a/.github/stale.yml b/.github/stale.yml index b1a63e46c..843a6a756 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,7 +4,8 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - feature request + - feature request #legacy + - 'Type: Feature Request' - 'Status: Confirmed' - sonarr-pull - lidarr-pull