mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
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:
parent
5e3e8feb0a
commit
ee9ff25afc
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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. -->
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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
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…
Reference in New Issue
Block a user