git fixes [skip ci]

- stops stale bot from marking feature requests from label change
- enhances bug report template
-fixes FR label
pull/6431/head
bakerboy448 3 years ago committed by Qstick
parent 5e3e8feb0a
commit ee9ff25afc

@ -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. -->

@ -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

@ -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

Loading…
Cancel
Save