Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 564ad46

Browse files
authored
Merge pull request #50 from linuxserver/main-deprecate
2 parents 1de3347 + 4306353 commit 564ad46

16 files changed

+51
-436
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Read, and fill the Pull Request template
77
* If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR
88
* If the PR is addressing an existing issue include, closes #\<issue number>, in the body of the PR commit message
9-
* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://discord.gg/YWrKVTn)
9+
* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://linuxserver.io/discord)
1010

1111
## Common files
1212

@@ -24,7 +24,7 @@
2424
## Readme
2525

2626
If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit.
27-
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-readarr/edit/main/readme-vars.yml).
27+
Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-readarr/edit/develop/readme-vars.yml).
2828

2929
These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play.
3030
Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-readarr)
@@ -115,7 +115,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
115115

116116
## Update the changelog
117117

118-
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-readarr/tree/main/root), add an entry to the changelog
118+
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-readarr/tree/develop/root), add an entry to the changelog
119119

120120
```yml
121121
changelogs:

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: linuxserver
2+
open_collective: linuxserver
3+
custom: ["https://opencollective.com/readarr",]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discord chat support
4-
url: https://discord.gg/YWrKVTn
4+
url: https://linuxserver.io/discord
55
about: Realtime support / chat with the community and the team.
66

77
- name: Discourse discussion forum

.github/ISSUE_TEMPLATE/issue.bug.md

Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Based on the issue template
2+
name: Bug report
3+
description: Create a report to help us improve
4+
title: "[BUG] <title>"
5+
labels: [Bug]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
# DEPRECATION NOTICE
11+
This image is deprecated. We will not offer support for this image and it will not be updated.
12+
13+
14+
Due to lack of developers, and issues with maintaining status quo, upstream has decided to retire the project.

.github/ISSUE_TEMPLATE/issue.feature.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Based on the issue template
2+
name: Feature request
3+
description: Suggest an idea for this project
4+
title: "[FEAT] <title>"
5+
labels: [enhancement]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
# DEPRECATION NOTICE
11+
This image is deprecated. We will not offer support for this image and it will not be updated.
12+
13+
14+
Due to lack of developers, and issues with maintaining status quo, upstream has decided to retire the project.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# DEPRECATION NOTICE
2+
3+
This image is deprecated. We will not offer support for this image and it will not be updated.
4+
5+
Due to lack of developers, and issues with maintaining status quo, upstream has decided to retire the project.
6+
17
<!--- Provide a general summary of your changes in the Title above -->
28

39
[linuxserverurl]: https://linuxserver.io
@@ -21,7 +27,7 @@
2127

2228
------------------------------
2329

24-
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-readarr/blob/main/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
30+
- [ ] I have read the [contributing](https://github.com/linuxserver/docker-readarr/blob/develop/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
2531

2632
------------------------------
2733

.github/workflows/call_issue_pr_tracker.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/call_issues_cron.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)