From a4383ecc6e256b8fefd06ec0cd9574ed21191d5e Mon Sep 17 00:00:00 2001 From: Rachel Tublitz Date: Tue, 8 Oct 2019 14:53:44 -0400 Subject: [PATCH] chore: adding initial PR template --- PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9a749b4e --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +# Description + +Please include a summary of what's changed, and the [type](https://github.com/mozilla-services/syncstorage-rs/blob/master/CONTRIBUTING.md) of change this is. + +# How should reviewers test this PR? + +Please include details about how these changes should be tested. + +# Related issues + +* Closes [issue#](link). \ No newline at end of file