diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36292805d5b..f27c323a755 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,28 @@ ## About The Pull Request + +## Changelog + + + +: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: + + + diff --git a/.prettierignore b/.prettierignore index f27c323a755..2b7500b2316 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,30 +1,5 @@ - +# We don't want prettier to run on anything outside of the TGUI folder, so we have to do this. +/* -## About The Pull Request - - - -## Changelog - - - -: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: - - - +# We want it to run into the TGUI folder, however. +!/tgui