From 091f604d908f4e443bdbd7b5f6ad4b2026531c83 Mon Sep 17 00:00:00 2001 From: Charlie <84845481+llamavert@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:10:06 +1000 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5f17f27 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +## Summary + + + +## Changes Made + +- +- +- + +## Additional Information + + + +## Author Information +**Discord Username:** +**VATSIM CID:** + +--- + +### Checklist: + +* [ ] Have you followed the guidelines in our Contributing document? +* [ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?