Skip to content

Commit 55694a0

Browse files
committed
Merge branch 'release/v22.2.0'
2 parents 819a4b3 + 4c52885 commit 55694a0

File tree

146 files changed

+3844
-2800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+3844
-2800
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,18 @@ indent_size = 4
1111
trim_trailing_whitespace = true
1212
end_of_line = lf
1313
insert_final_newline = true
14+
15+
# YAML Files
16+
[*.{yml,yaml}]
17+
indent_size = 2
18+
indent_style = space
19+
20+
# JSON Files
21+
[*.{json,json5,webmanifest}]
22+
indent_size = 2
23+
indent_style = space
24+
25+
# BASH Files
26+
[*.{.sh}]
27+
indent_style = tab
28+
indent_size = 4

.gitattributes

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
*.so.6 binary
88

99
# Custom for Visual Studio
10-
*.cs diff=csharp
10+
*.cs diff=csharp
1111

1212
# Standard to msysgit
13-
*.doc diff=astextplain
14-
*.DOC diff=astextplain
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
1515
*.docx diff=astextplain
1616
*.DOCX diff=astextplain
17-
*.dot diff=astextplain
18-
*.DOT diff=astextplain
19-
*.pdf diff=astextplain
20-
*.PDF diff=astextplain
21-
*.rtf diff=astextplain
22-
*.RTF diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22
name: Bug Report
33
about: Found a bug? Raise a report.
44
title: "[BUG]"
5-
labels: 'type: bug'
6-
assignees: ''
7-
5+
labels: "type: bug"
6+
assignees: ""
87
---
98

109
Issues raised here are **ONLY** for:
11-
* LinuxGSM bugs.
12-
* Feature suggestions.
13-
* Code contributions.
10+
11+
- LinuxGSM bugs.
12+
- Feature suggestions.
13+
- Code contributions.
1414

1515
Issues raised here are **NOT** for:
16-
* General support.
17-
* Specific game server issues (e.g CS:GO, TF2).
18-
* Dedicated server issues (e.g Ubuntu, CentOS).
19-
* Anything not directly related to LinuxGSM development.
16+
17+
- General support.
18+
- Specific game server issues (e.g CS:GO, TF2).
19+
- Dedicated server issues (e.g Ubuntu, CentOS).
20+
- Anything not directly related to LinuxGSM development.
2021

2122
For general support visit the **[LinuxGSM-Support](https://linuxgsm.com/support)**.
2223

23-
***Please use the template below, deleting the above text***
24+
**_Please use the template below, deleting the above text_**
2425

2526
## User Story
2627

2728
As a [user description], I want [desired action] so that [desired outcome].
2829

2930
## Basic info
3031

31-
* **Distro:** [Ubuntu 18.04]
32-
* **Game:** [Garry's Mod]
33-
* **Command:** [Monitor]
34-
* **LinuxGSM version:** [v20.1.3]
32+
- **Distro:** [Ubuntu 18.04]
33+
- **Game:** [Garry's Mod]
34+
- **Command:** [Monitor]
35+
- **LinuxGSM version:** [v20.1.3]
3536

3637
## Further Information
3738

@@ -40,6 +41,7 @@ A clear description of what the bug is and any ideas on how to resolve it. Plus
4041
## To Reproduce
4142

4243
Steps to reproduce the behaviour:
44+
4345
1. Go to '...'
4446
2. Click on '....'
4547
3. Scroll down to '....'

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22
name: Feature Request
33
about: Suggest an idea for LinuxGSM.
44
title: "[FEATURE]"
5-
labels: 'type: feature request'
6-
assignees: ''
7-
5+
labels: "type: feature request"
6+
assignees: ""
87
---
98

109
Issues raised here are **ONLY** for:
11-
* LinuxGSM bugs.
12-
* Feature suggestions.
13-
* Code contributions.
10+
11+
- LinuxGSM bugs.
12+
- Feature suggestions.
13+
- Code contributions.
1414

1515
Issues raised here are **NOT** for:
16-
* General support.
17-
* Specific game server issues (e.g CS:GO, TF2).
18-
* Dedicated server issues (e.g Ubuntu, CentOS).
19-
* Anything not directly related to LinuxGSM development.
16+
17+
- General support.
18+
- Specific game server issues (e.g CS:GO, TF2).
19+
- Dedicated server issues (e.g Ubuntu, CentOS).
20+
- Anything not directly related to LinuxGSM development.
2021

2122
For general support visit the **[LinuxGSM Support](https://linuxgsm.com/support)** page.
2223

23-
***Please use the template below, deleting the above text***
24+
**_Please use the template below, deleting the above text_**
2425

2526
## User Story
2627

2728
As a [user description], I want [desired action] so that [desired outcome].
2829

2930
## Basic info
3031

31-
* **Distro:** [Ubuntu 20.04]
32-
* **Game:** [Garry's Mod]
33-
* **Command:** [Monitor]
34-
* **LinuxGSM version:** [v20.1.3]
32+
- **Distro:** [Ubuntu 20.04]
33+
- **Game:** [Garry's Mod]
34+
- **Command:** [Monitor]
35+
- **LinuxGSM version:** [v20.1.3]
3536

3637
## Further Information
3738

.github/ISSUE_TEMPLATE/new-server-request.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: New Server Request
33
about: Suggest a new game server to be added.
44
title: "[Server Request]"
5-
labels: 'type: game server request'
6-
assignees: ''
7-
5+
labels: "type: game server request"
6+
assignees: ""
87
---
98

109
## What game server would you like to add?
@@ -17,8 +16,8 @@ Provide any useful documentation or resources that might help.
1716

1817
## Is the server on Steam?
1918

20-
* [ ] Yes
21-
* [ ] No
19+
- [ ] Yes
20+
- [ ] No
2221

2322
If yes Use SteamDB to get the appid. (https://steamdb.info).
2423

@@ -28,5 +27,5 @@ If yes Use SteamDB to get the appid. (https://steamdb.info).
2827

2928
We only support Linux servers and do **not** support Wine.
3029

31-
* [ ] Yes
32-
* [ ] No
30+
- [ ] Yes
31+
- [ ] No

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Set update schedule for GitHub Actions
22
version: 2
33
updates:
4-
54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:

.github/labeler.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,98 @@
11
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
22
# Type
33
"type: game server request":
4-
- '/(Server Request)/i'
4+
- "/(Server Request)/i"
55
"type: bug":
6-
- '/(bug)/i'
6+
- "/(bug)/i"
77
"type: feature request":
8-
- '/(feature)/i'
8+
- "/(feature)/i"
99
# Commands
1010
"command: backup":
11-
- '/(backup)/i'
11+
- "/(backup)/i"
1212
"command: console":
13-
- '/(console|tmux)/i'
13+
- "/(console|tmux)/i"
1414
"command: debug":
15-
- '/(debug)/i'
15+
- "/(debug)/i"
1616
"command: details":
17-
- '/(details)/i'
17+
- "/(details)/i"
1818
"command: fast-dl":
19-
- '/(fast-dl|fastdl)/i'
19+
- "/(fast-dl|fastdl)/i"
2020
"command: install":
21-
- '/(install)/i'
21+
- "/(install)/i"
2222
"command: mods":
23-
- '/(mods)/i'
23+
- "/(mods)/i"
2424
"command: monitor":
25-
- '/(monitor)/i'
25+
- "/(monitor)/i"
2626
"command: post-details":
27-
- '/(post-details)/i'
27+
- "/(post-details)/i"
2828
"command: restart":
29-
- '/(restart)/i'
29+
- "/(restart)/i"
3030
"command: send":
31-
- '/(send)/i'
31+
- "/(send)/i"
3232
"command: skeleton":
33-
- '/(skeleton)/i'
33+
- "/(skeleton)/i"
3434
"command: start":
35-
- '/(start)/i'
35+
- "/(start)/i"
3636
"command: stop":
37-
- '/(stop)/i'
37+
- "/(stop)/i"
3838
"command: update-lgsm":
39-
- '/(update-lgsm)/i'
39+
- "/(update-lgsm)/i"
4040
"command: update":
41-
- '/(update)/i'
41+
- "/(update)/i"
4242
"command: validate":
43-
- '/(validate)/i'
43+
- "/(validate)/i"
4444
"command: wipe":
45-
- '/(wipe)/i'
45+
- "/(wipe)/i"
4646
# Distros
4747
"distro: AlmaLinux":
48-
- '/(Alma)/i'
48+
- "/(Alma)/i"
4949
"distro: Arch Linux":
50-
- '/(Arch)/i'
50+
- "/(Arch)/i"
5151
"distro: CentOS":
52-
- '/(CentOS)/i'
52+
- "/(CentOS)/i"
5353
"distro: Debian":
54-
- '/(Debian)/i'
54+
- "/(Debian)/i"
5555
"distro: Fedora":
56-
- '/(Fedora)/i'
56+
- "/(Fedora)/i"
5757
"distro: openSUSE":
58-
- '/(openSUSE|suse)/i'
58+
- "/(openSUSE|suse)/i"
5959
"distro: Rocky Linux":
60-
- '/(Rocky)/i'
60+
- "/(Rocky)/i"
6161
"distro: Slackware":
62-
- '/(Slackware)/i'
62+
- "/(Slackware)/i"
6363
"distro: Ubuntu":
64-
- '/(Ubuntu)/i'
64+
- "/(Ubuntu)/i"
6565
# Info
6666
"info: alerts":
67-
- '/(alert)/i'
67+
- "/(alert)/i"
6868
"info: dependency":
69-
- '/(dependency|deps)/i'
69+
- "/(dependency|deps)/i"
7070
"info: docker":
71-
- '/(docker)/i'
71+
- "/(docker)/i"
7272
"info: docs":
73-
- '/(documentation|docs)/i'
73+
- "/(documentation|docs)/i"
7474
"info: email":
75-
- '/(postfix|sendmail|exim|smtp)/i'
75+
- "/(postfix|sendmail|exim|smtp)/i"
7676
"info: query":
77-
- '/(gamedig|gsquery)/i'
77+
- "/(gamedig|gsquery)/i"
7878
"info: steamcmd":
79-
- '/(steamcmd)/i'
79+
- "/(steamcmd)/i"
8080
"info: systemd":
81-
- '/(systemd)/i'
81+
- "/(systemd)/i"
8282
"info: tmux":
83-
- '/(tmux)/i'
83+
- "/(tmux)/i"
8484
"info: website":
85-
- '/(website)/i'
85+
- "/(website)/i"
8686
# Games
8787
"game: Ark: Survival Evolved":
88-
- '/(Ark: Survival Evolved|Ark)/i'
88+
- "/(Ark: Survival Evolved|Ark)/i"
8989
"game: ARMA 3":
90-
- '/(ARMA 3)/i'
90+
- "/(ARMA 3)/i"
9191
"game: Assetto Corsa":
92-
- '/(Assetto Corsa)/i'
92+
- "/(Assetto Corsa)/i"
9393
"game: Avorion":
94-
- '/(Avorion)/i'
94+
- "/(Avorion)/i"
9595
"game: Ballistic Overkill":
96-
- '/(Ballistic Overkill)/i'
96+
- "/(Ballistic Overkill)/i"
9797
"game: Barotrauma":
98-
- '/(Barotrauma)/i'
98+
- "/(Barotrauma)/i"

.github/pull_request_template.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@ Fixes #[issue]
66

77
## Type of change
88

9-
* [ ] Bug fix (a change which fixes an issue).
10-
* [ ] New feature (change which adds functionality).
11-
* [ ] New Server (new server added).
12-
* [ ] Refactor (restructures existing code).
13-
* [ ] Comment update (typo, spelling, explanation, examples, etc).
9+
- [ ] Bug fix (a change which fixes an issue).
10+
- [ ] New feature (change which adds functionality).
11+
- [ ] New Server (new server added).
12+
- [ ] Refactor (restructures existing code).
13+
- [ ] Comment update (typo, spelling, explanation, examples, etc).
1414

1515
## Checklist
1616

1717
PR will not be merged until all steps are complete.
1818

19-
* [ ] This pull request links to an issue.
20-
* [ ] This pull request uses the `develop` branch as its base.
21-
* [ ] This pull request Subject follows the Conventional Commits standard.
22-
* [ ] This code follows the style guidelines of this project.
23-
* [ ] I have performed a self-review of my code.
24-
* [ ] I have checked that this code is commented where required.
25-
* [ ] I have provided a detailed with enough description of this PR.
26-
* [ ] I have checked If documentation needs updating.
19+
- [ ] This pull request links to an issue.
20+
- [ ] This pull request uses the `develop` branch as its base.
21+
- [ ] This pull request Subject follows the Conventional Commits standard.
22+
- [ ] This code follows the style guidelines of this project.
23+
- [ ] I have performed a self-review of my code.
24+
- [ ] I have checked that this code is commented where required.
25+
- [ ] I have provided a detailed with enough description of this PR.
26+
- [ ] I have checked If documentation needs updating.
2727

2828
## Documentation
2929

3030
If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.
31-
* User docs: https://github.com/GameServerManagers/LinuxGSM-Docs
32-
* Dev docs: https://github.com/GameServerManagers/LinuxGSM-Dev-Docs
31+
32+
- User docs: https://github.com/GameServerManagers/LinuxGSM-Docs
33+
- Dev docs: https://github.com/GameServerManagers/LinuxGSM-Dev-Docs
3334

3435
**Thank you for your Pull Request!**

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permissions:
1111
jobs:
1212
update_release_draft:
1313
permissions:
14-
contents: write # for release-drafter/release-drafter to create a github release
15-
pull-requests: write # for release-drafter/release-drafter to add label to PR
14+
contents: write # for release-drafter/release-drafter to create a github release
15+
pull-requests: write # for release-drafter/release-drafter to add label to PR
1616
runs-on: ubuntu-latest
1717
steps:
1818
# Drafts your next Release notes as Pull Requests are merged into "master"

0 commit comments

Comments
 (0)