You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
* While contributing make sure to make all your changes before creating a Pull Request, as our pipeline builds each commit after the PR is open.
6
6
* Read, and fill the Pull Request template
7
-
* If this is a fix for a typo in code or documentation in the README please file an issue
7
+
* 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
8
8
* If the PR is addressing an existing issue include, closes #\<issue number>, in the body of the PR commit message
9
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)
10
10
@@ -24,7 +24,7 @@
24
24
## Readme
25
25
26
26
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-gmail-order-bot/edit/master/readme-vars.yml).
27
+
Instead edit the [readme-vars.yml](https://github.com/lsiodev/docker-gmail-order-bot/edit/master/readme-vars.yml).
28
28
29
29
These variables are used in a template for our [Jenkins Builder](https://github.com/lsiodev/docker-jenkins-builder) as part of an ansible play.
30
30
Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-gmail-order-bot)
@@ -87,7 +87,7 @@ opt_param_volumes:
87
87
88
88
### Testing template changes
89
89
90
-
After you make any changes to the templates, you can use our [Jenkins Builder](https://github.com/lsiodev/docker-jenkins-builder) to have the files updated from the modified templates. Please use the command found under `Running Locally` [on this page](https://github.com/linuxserver/docker-jenkins-builder/blob/master/README.md) to generate them prior to submitting a PR.
90
+
After you make any changes to the templates, you can use our [Jenkins Builder](https://github.com/lsiodev/docker-jenkins-builder) to have the files updated from the modified templates. Please use the command found under `Running Locally` [on this page](https://github.com/lsiodev/docker-jenkins-builder/blob/master/README.md) to generate them prior to submitting a PR.
91
91
92
92
## Dockerfiles
93
93
@@ -96,7 +96,7 @@ If you are proposing additional packages to be added, ensure that you added the
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
109
-
```
109
+
110
+
```bash
110
111
docker run --rm --privileged multiarch/qemu-user-static:register --reset
111
112
```
112
113
113
114
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
114
115
115
-
## Update the chagelog
116
+
## Update the changelog
116
117
117
-
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-gmail-order-bot/tree/master/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/lsiodev/docker-gmail-order-bot/tree/master/root), add an entry to the changelog
<!--- If you are new to Docker or this application our issue tracker is **ONLY** used for reporting bugs or requesting features. Please use [our discord server](https://discord.gg/YWrKVTn) for general support. --->
10
+
11
+
<!--- Provide a general summary of the bug in the Title above -->
12
+
13
+
------------------------------
14
+
15
+
## Expected Behavior
16
+
<!--- Tell us what should happen -->
17
+
18
+
## Current Behavior
19
+
<!--- Tell us what happens instead of the expected behavior -->
20
+
21
+
## Steps to Reproduce
22
+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
23
+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
24
+
1.
25
+
2.
26
+
3.
27
+
4.
28
+
29
+
## Environment
30
+
**OS:**
31
+
**CPU architecture:** x86_64/arm32/arm64
32
+
**How docker service was installed:**
33
+
<!--- ie. from the official docker repo, from the distro repo, nas OS provided, etc. -->
34
+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
35
+
36
+
## Command used to create docker container (run/create/compose/screenshot)
37
+
<!--- Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container -->
38
+
39
+
## Docker logs
40
+
<!--- Provide a full docker log, output of "docker logs gmail-order-bot" -->
<!--- If you are new to Docker or this application our issue tracker is **ONLY** used for reporting bugs or requesting features. Please use [our discord server](https://discord.gg/YWrKVTn) for general support. --->
10
+
11
+
<!--- If this acts as a feature request please ask yourself if this modification is something the whole userbase will benefit from --->
12
+
<!--- If this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ -->
13
+
14
+
<!--- Provide a general summary of the request in the Title above -->
15
+
16
+
------------------------------
17
+
18
+
## Desired Behavior
19
+
<!--- Tell us what should happen -->
20
+
21
+
## Current Behavior
22
+
<!--- Tell us what happens instead of the expected behavior -->
23
+
24
+
## Alternatives Considered
25
+
<!--- Tell us what other options you have tried or considered -->
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<!--- Before submitting a pull request please check the following -->
8
8
9
-
<!--- If this is a fix for a typo in code or documentation in the README please file an issue and let us sort it out we do not need a PR -->
9
+
<!--- 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 -->
10
10
<!--- Ask yourself if this modification is something the whole userbase will benefit from, if this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ -->
11
11
<!--- That if the PR is addressing an existing issue include, closes #<issue number> , in the body of the PR commit message -->
12
12
<!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message -->
@@ -21,7 +21,7 @@
21
21
22
22
------------------------------
23
23
24
-
-[ ] I have read the [contributing](https://github.com/linuxserver/docker-gmail-order-bot/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
24
+
-[ ] I have read the [contributing](https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
for br in $(git for-each-ref --format='%(refname:short)' refs/remotes)
23
+
do
24
+
br=$(echo "$br" | sed 's|origin/||g')
25
+
echo "**** Evaluating branch ${br} ****"
26
+
ls_branch=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-gmail-order-bot/${br}/jenkins-vars.yml \
27
+
| docker run --rm -i --entrypoint yq ghcr.io/linuxserver/yq -r .ls_branch)
28
+
if [ "$br" == "$ls_branch" ]; then
29
+
echo "**** Branch ${br} appears to be live; checking workflow. ****"
30
+
if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-gmail-order-bot/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then
Copy file name to clipboardExpand all lines: .github/workflows/greetings.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ jobs:
8
8
steps:
9
9
- uses: actions/first-interaction@v1
10
10
with:
11
-
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [issue template](https://github.com/linuxserver/docker-gmail-order-bot/blob/master/.github/ISSUE_TEMPLATE.md)!'
12
-
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-gmail-order-bot/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
11
+
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
12
+
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/lsiodev/docker-gmail-order-bot/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
0 commit comments