From 91e057dcc426d22d48b90c757232b9a8479fed23 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:54:59 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..df3a48b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Current behavior + + +## Changes made + + +## Other information + + +## Checklist + +- [ ] I've read the [Contributor's Guide](https://github.com/starcitizen-lug/lug-helper?tab=contributing-ov-file) +- [ ] I have fully tested this PR +- [ ] The code is well documented