From 9b4a8577449ed55a26d2e2c55f69be7713cee636 Mon Sep 17 00:00:00 2001 From: Mark Emeis Date: Fri, 28 May 2021 07:46:01 -0600 Subject: [PATCH] Add initial pr template. (#209) I tend to ask similar questions on many of the PRs I review and thought others might do the same. So I thought having a PR template might help streamline our reviews. --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000000..d58efc2dd5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + +**What changed?** + + + +**Why?** + + + +**How did you test it?** + + +**Release notes** + + +**Documentation Changes** \ No newline at end of file