@@ -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
1717PR 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
3030If 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!**
0 commit comments