@@ -6,29 +6,30 @@ Fixes #[issue]
6
6
7
7
## Type of change
8
8
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).
14
14
15
15
## Checklist
16
16
17
17
PR will not be merged until all steps are complete.
18
18
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.
27
27
28
28
## Documentation
29
29
30
30
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
33
34
34
35
** Thank you for your Pull Request!**
0 commit comments