mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
.
This commit is contained in:
@@ -3,3 +3,28 @@
|
||||
## About The Pull Request
|
||||
|
||||
<!-- Describe The Pull Request. -->
|
||||
|
||||
## Changelog
|
||||
|
||||
<!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. -->
|
||||
|
||||
:cl:
|
||||
add: Added new mechanics or gameplay changes
|
||||
add: Added more things
|
||||
del: Removed old things
|
||||
qol: made something easier to use
|
||||
balance: rebalanced something
|
||||
fix: fixed a few things
|
||||
maptweak: tweaked something in a map
|
||||
sound: added/modified/removed audio or sound effects
|
||||
image: added/modified/removed some icons or images
|
||||
spellcheck: fixed a few typos
|
||||
code: changed some code
|
||||
refactor: refactored some code
|
||||
config: changed some config setting
|
||||
admin: messed with admin stuff
|
||||
server: something server ops should know
|
||||
/:cl:
|
||||
|
||||
<!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. -->
|
||||
<!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
|
||||
|
||||
+4
-29
@@ -1,30 +1,5 @@
|
||||
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. -->
|
||||
# We don't want prettier to run on anything outside of the TGUI folder, so we have to do this.
|
||||
/*
|
||||
|
||||
## About The Pull Request
|
||||
|
||||
<!-- Describe The Pull Request. -->
|
||||
|
||||
## Changelog
|
||||
|
||||
<!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. -->
|
||||
|
||||
:cl:
|
||||
add: Added new mechanics or gameplay changes
|
||||
add: Added more things
|
||||
del: Removed old things
|
||||
qol: made something easier to use
|
||||
balance: rebalanced something
|
||||
fix: fixed a few things
|
||||
maptweak: tweaked something in a map
|
||||
sound: added/modified/removed audio or sound effects
|
||||
image: added/modified/removed some icons or images
|
||||
spellcheck: fixed a few typos
|
||||
code: changed some code
|
||||
refactor: refactored some code
|
||||
config: changed some config setting
|
||||
admin: messed with admin stuff
|
||||
server: something server ops should know
|
||||
/:cl:
|
||||
|
||||
<!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. -->
|
||||
<!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
|
||||
# We want it to run into the TGUI folder, however.
|
||||
!/tgui
|
||||
|
||||
Reference in New Issue
Block a user