git fixes [skip ci]

- stops stale bot from marking feature requests from label change
- enhances bug report template
-fixes FR label
This commit is contained in:
bakerboy448 2021-06-25 22:51:24 -05:00 committed by Qstick
parent 5e3e8feb0a
commit ee9ff25afc
3 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@ assignees: ''
--- ---
<!-- Support Requests will be closed immediately, if you are unsure go to our Reddit or Discord first. Exceptions do not mean you found a bug! --> <!-- Support Requests will be closed immediately, if you are unsure go to our Reddit or Discord first. Exceptions do not mean you found a bug! -->
<!-- Note: Text between <!- and -> will be hidden -->
**Describe the bug** **Describe the bug**
<!-- A clear and concise description of what the bug is. --> <!-- A clear and concise description of what the bug is. -->

View File

@ -1,8 +1,8 @@
--- ---
name: Feature request name: Feature Request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: feature request labels: 'Type: Feature Request'
assignees: '' assignees: ''
--- ---

3
.github/stale.yml vendored
View File

@ -4,7 +4,8 @@ daysUntilStale: 60
daysUntilClose: 7 daysUntilClose: 7
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- feature request - feature request #legacy
- 'Type: Feature Request'
- 'Status: Confirmed' - 'Status: Confirmed'
- sonarr-pull - sonarr-pull
- lidarr-pull - lidarr-pull