From 1b766935696940f8bed6f8dbaf044149abcb1902 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sat, 4 Jan 2025 05:52:38 +0100 Subject: [PATCH] adds the PR template --- .prettierignore | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/.prettierignore b/.prettierignore index 2b7500b2316..f27c323a755 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,30 @@ -# We don't want prettier to run on anything outside of the TGUI folder, so we have to do this. -/* + -# We want it to run into the TGUI folder, however. -!/tgui +## 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: + + +