From a056f805a770f640eaf903b16c9df2ab6ca9aed4 Mon Sep 17 00:00:00 2001 From: Jerad Bitner Date: Fri, 1 Nov 2024 06:00:29 -0700 Subject: [PATCH] Create pull_request_template.md This adds a new template for pull requests which asks the user provide more details. --- .github/pull_request_template.md | 70 ++++++++++++++++++++++++++++++++ 1 file changed, 70 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 00000000000..4024bc95f82 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,70 @@ + + +# Relates to: + + + +# Risks + + +# Background +## What does this PR do? + +## What kind of change is this? + + + + + +# Documentation changes needed? + + + +# Testing +## Where should a reviewer start? + +## Detailed testing steps + + + + + + + + + + + + + + +