From 796e297fa2f9700f07faf8269a97d207f41f80bb Mon Sep 17 00:00:00 2001 From: Matt Wisner Date: Mon, 22 Jun 2020 12:52:19 -0400 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..79ac4b7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +# Overview +Add a description of this change for your fellow develoeprs here. + +# Release Notes +## Bugs +- A Bug +- Another Bug