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 Apr 25, 2023. It is now read-only.
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.
4
+
<!--- 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. --->
5
+
6
+
<!--- If this acts as a feature request please ask yourself if this modification is something the whole userbase will benefit from --->
7
+
<!--- 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/ -->
5
8
6
9
<!--- Provide a general summary of the issue in the Title above -->
7
10
@@ -22,9 +25,10 @@ If you are new to Docker or this application our issue tracker is **ONLY** used
22
25
4.
23
26
24
27
## Environment
25
-
**OS:**
26
-
**CPU architecture:** x86_64/arm32/arm64
27
-
**How docker service was installed:**
28
+
**OS:**
29
+
**CPU architecture:** x86_64/arm32/arm64
30
+
**How docker service was installed:**
31
+
<!--- ie. from the official docker repo, from the distro repo, nas OS provided, etc. -->
28
32
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
29
33
30
34
## Command used to create docker container (run/create/compose/screenshot)
<!--- 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 or documentation in 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,11 @@
21
21
22
22
------------------------------
23
23
24
-
We welcome all PR’s though this doesn’t guarantee it will be accepted.
24
+
-[ ] I have read the [contributing](https://github.com/linuxserver/docker-baseimage-rdesktop-web/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
25
+
26
+
------------------------------
27
+
28
+
<!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. -->
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-baseimage-rdesktop-web/.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-baseimage-rdesktop-web/.github/PULL_REQUEST_TEMPLATE.md)!'
11
+
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [issue template](https://github.com/linuxserver/docker-baseimage-rdesktop-web/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-baseimage-rdesktop-web/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
0 commit comments