From 200ae13db2465e2c4cc939669cded98766319428 Mon Sep 17 00:00:00 2001
From: Archmonger <16909269+Archmonger@users.noreply.github.com>
Date: Wed, 10 Jan 2024 18:39:28 -0800
Subject: [PATCH] Update pull request template
---
.github/pull_request_template.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index b636658fb..375494b22 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,15 +1,14 @@
-## Issues
+## Description
-
+
-## Solution
+## Checklist:
-
+
-## Checklist
+- [ ] Tests have been developed for bug fixes or new functionality.
+- [ ] The changelog has been updated, if necessary.
+- [ ] Documentation has been updated, if necessary.
+- [ ] GitHub Issues closed by this PR have been linked.
-- [ ] Tests have been included for all bug fixes or added functionality.
-- [ ] The `changelog.rst` has been updated with any significant changes.
-- [ ] The documentation has been updated, if needed.
-
-By submitting this pull request you agree that all contributions are made under this project's open source license(s).
+By submitting this pull request you agree that all contributions comply with this project's open source license(s).