Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 97d7e05

Browse files
Bot Updating Templated Files
1 parent 9ab7b42 commit 97d7e05

10 files changed

+65
-325
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ trim_trailing_whitespace = false
1515
indent_style = space
1616
indent_size = 2
1717

18-
[{**.sh,root/etc/cont-init.d/**,root/etc/services.d/**}]
18+
[{**.sh,root/etc/s6-overlay/s6-rc.d/**,root/etc/cont-init.d/**,root/etc/services.d/**}]
1919
indent_style = space
2020
indent_size = 4

.github/ISSUE_TEMPLATE/issue.bug.yml

+9-69
Original file line numberDiff line numberDiff line change
@@ -4,74 +4,14 @@ description: Create a report to help us improve
44
title: "[BUG] <title>"
55
labels: [Bug]
66
body:
7-
- type: checkboxes
7+
- type: markdown
88
attributes:
9-
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for the bug you encountered.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Current Behavior
17-
description: Tell us what happens instead of the expected behavior.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Expected Behavior
23-
description: Tell us what should happen.
24-
validations:
25-
required: false
26-
- type: textarea
27-
attributes:
28-
label: Steps To Reproduce
29-
description: Steps to reproduce the behavior.
30-
placeholder: |
31-
1. In this environment...
32-
2. With this config...
33-
3. Run '...'
34-
4. See error...
35-
validations:
36-
required: true
37-
- type: textarea
38-
attributes:
39-
label: Environment
40-
description: |
41-
examples:
42-
- **OS**: Ubuntu 20.04
43-
- **How docker service was installed**: distro's packagemanager
449
value: |
45-
- OS:
46-
- How docker service was installed:
47-
render: markdown
48-
validations:
49-
required: false
50-
- type: dropdown
51-
attributes:
52-
label: CPU architecture
53-
options:
54-
- x86-64
55-
- arm64
56-
- armhf
57-
validations:
58-
required: true
59-
- type: textarea
60-
attributes:
61-
label: Docker creation
62-
description: |
63-
Command used to create docker container
64-
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
65-
render: bash
66-
validations:
67-
required: true
68-
- type: textarea
69-
attributes:
70-
description: |
71-
Provide a full docker log, output of "docker logs linuxserver.io"
72-
label: Container logs
73-
placeholder: |
74-
Output of `docker logs linuxserver.io`
75-
render: bash
76-
validations:
77-
required: true
10+
# DEPRECATION NOTICE
11+
12+
This image is deprecated. We will not offer support for this image and it will not be updated.
13+
14+
The last working tag is:
15+
v2.0.1-ls60
16+
We recommend the official image instead:
17+
https://hub.docker.com/r/papermerge/papermerge

.github/ISSUE_TEMPLATE/issue.feature.yml

+10-24
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,14 @@ description: Suggest an idea for this project
44
title: "[FEAT] <title>"
55
labels: [enhancement]
66
body:
7-
- type: checkboxes
7+
- type: markdown
88
attributes:
9-
label: Is this a new feature request?
10-
description: Please search to see if a feature request already exists.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Wanted change
17-
description: Tell us what you want to happen.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Reason for change
23-
description: Justify your request, why do you want it, what is the benefit.
24-
validations:
25-
required: true
26-
- type: textarea
27-
attributes:
28-
label: Proposed code change
29-
description: Do you have a potential code change in mind?
30-
validations:
31-
required: false
9+
value: |
10+
# DEPRECATION NOTICE
11+
12+
This image is deprecated. We will not offer support for this image and it will not be updated.
13+
14+
The last working tag is:
15+
v2.0.1-ls60
16+
We recommend the official image instead:
17+
https://hub.docker.com/r/papermerge/papermerge

.github/PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# DEPRECATION NOTICE
2+
3+
This image is deprecated. We will not offer support for this image and it will not be updated.
4+
The last working tag is:
5+
v2.0.1-ls60
6+
We recommend the official image instead:
7+
https://hub.docker.com/r/papermerge/papermerge
8+
19
<!--- Provide a general summary of your changes in the Title above -->
210

311
[linuxserverurl]: https://linuxserver.io

.github/workflows/external_trigger.yml

-96
This file was deleted.

.github/workflows/external_trigger_scheduler.yml

-43
This file was deleted.

.github/workflows/package_trigger.yml

-38
This file was deleted.

.github/workflows/package_trigger_scheduler.yml

-50
This file was deleted.

0 commit comments

Comments
 (0)