From fadf492aac31c1203a53943259879a7e3f8f78fc Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Thu, 13 Jun 2024 18:17:42 -0400 Subject: [PATCH] Create PR template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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..f55e89a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description + +A short description of what the PR changes. +If this is a minor change and the commit message(s) explains it well, feel free to delete this section. + +## Motivation + +Why did you write this PR and/or why should it be accepted. + +## Fixes + +Please indicate issues that this fixes or addresses here. +If this is a bugfix with no pre-existing issue, please describe the bug here instead.