From 50e42fa8e76241c5b2941f245b47756dbc5c0bbc Mon Sep 17 00:00:00 2001 From: Thu Trang Pham Date: Wed, 26 May 2021 11:25:33 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..2351132 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Fixes +- (include the issue here. If there isn't an existing issue, please create one) + +## Proposed changes: +- +- +- + +## Tested via: +- (added unit or integration tests? manually?) +- (if manual, include screenshots of tests)