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