Bot Updating Templated Files
This commit is contained in:
parent
4b2cf02b90
commit
a04dbb4e83
67
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
67
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
|
|
@ -4,65 +4,12 @@ description: Create a report to help us improve
|
||||||
title: "[BUG] <title>"
|
title: "[BUG] <title>"
|
||||||
labels: [Bug]
|
labels: [Bug]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Current Behavior
|
|
||||||
description: Tell us what happens instead of the expected behavior.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: Tell us what should happen.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Steps To Reproduce
|
|
||||||
description: Steps to reproduce the behavior.
|
|
||||||
placeholder: |
|
|
||||||
1. In this environment...
|
|
||||||
2. With this config...
|
|
||||||
3. Run '...'
|
|
||||||
4. See error...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Environment
|
|
||||||
description: |
|
|
||||||
examples:
|
|
||||||
- **OS**: Ubuntu 20.04
|
|
||||||
- **How docker service was installed**: distro's packagemanager
|
|
||||||
value: |
|
value: |
|
||||||
- OS:
|
# DEPRECATION NOTICE
|
||||||
- How docker service was installed:
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
render: markdown
|
|
||||||
validations:
|
|
||||||
required: false
|
We recommend switching to a newer tag
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Docker creation
|
|
||||||
description: |
|
|
||||||
Command used to create docker container
|
|
||||||
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
|
|
||||||
render: bash
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
description: |
|
|
||||||
Provide a full docker log, output of "docker logs baseimage-alpine"
|
|
||||||
label: Container logs
|
|
||||||
placeholder: |
|
|
||||||
Output of `docker logs baseimage-alpine`
|
|
||||||
render: bash
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
|
||||||
32
.github/ISSUE_TEMPLATE/issue.feature.yml
vendored
32
.github/ISSUE_TEMPLATE/issue.feature.yml
vendored
|
|
@ -4,28 +4,12 @@ description: Suggest an idea for this project
|
||||||
title: "[FEAT] <title>"
|
title: "[FEAT] <title>"
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this a new feature request?
|
value: |
|
||||||
description: Please search to see if a feature request already exists.
|
# DEPRECATION NOTICE
|
||||||
options:
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
We recommend switching to a newer tag
|
||||||
attributes:
|
|
||||||
label: Wanted change
|
|
||||||
description: Tell us what you want to happen.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Reason for change
|
|
||||||
description: Justify your request, why do you want it, what is the benefit.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Proposed code change
|
|
||||||
description: Do you have a potential code change in mind?
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
|
||||||
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
# DEPRECATION NOTICE
|
||||||
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
|
|
||||||
|
|
||||||
|
We recommend switching to a newer tag
|
||||||
|
|
||||||
<!--- Provide a general summary of your changes in the Title above -->
|
<!--- Provide a general summary of your changes in the Title above -->
|
||||||
|
|
||||||
[linuxserverurl]: https://linuxserver.io
|
[linuxserverurl]: https://linuxserver.io
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read https://github.com/linuxserver/docker-baseimage-alpine/blob/3.18/.github/CONTRIBUTING.md -->
|
<!-- Please read https://github.com/linuxserver/docker-baseimage-alpine/blob/3.18/.github/CONTRIBUTING.md -->
|
||||||
|
# DEPRECATION NOTICE
|
||||||
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
|
|
||||||
|
|
||||||
|
We recommend switching to a newer tag
|
||||||
|
|
||||||
[linuxserverurl]: https://linuxserver.io
|
[linuxserverurl]: https://linuxserver.io
|
||||||
[forumurl]: https://forum.linuxserver.io
|
[forumurl]: https://forum.linuxserver.io
|
||||||
[ircurl]: https://mibbit.com/?server=irc.libera.chat&channel=%23linuxserver.io
|
[ircurl]: https://mibbit.com/?server=irc.libera.chat&channel=%23linuxserver.io
|
||||||
|
|
|
||||||
18
root/etc/s6-overlay/s6-rc.d/init-deprecate/run
Executable file
18
root/etc/s6-overlay/s6-rc.d/init-deprecate/run
Executable file
|
|
@ -0,0 +1,18 @@
|
||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
echo '
|
||||||
|
╔════════════════════════════════════════════════════╗
|
||||||
|
╠════════════════════════════════════════════════════╣
|
||||||
|
║ ║
|
||||||
|
║ This image is deprecated. ║
|
||||||
|
║ We will not offer support for this image ║
|
||||||
|
║ and it will not be updated. ║
|
||||||
|
║ ║
|
||||||
|
╠════════════════════════════════════════════════════╣
|
||||||
|
╚════════════════════════════════════════════════════╝
|
||||||
|
|
||||||
|
We recommend switching to a newer tag
|
||||||
|
|
||||||
|
|
||||||
|
══════════════════════════════════════════════════════'
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-deprecate/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-deprecate/type
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-deprecate/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-deprecate/up
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/etc/s6-overlay/s6-rc.d/init-deprecate/run
|
||||||
Loading…
Reference in a new issue