From edf449bf459abee14338ac01f4f58b3dcab4f21c Mon Sep 17 00:00:00 2001 From: Xin Xiang Date: Mon, 22 Jun 2020 15:18:04 -0700 Subject: [PATCH] Add pull request template to all conenct repos --- docs/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/pull_request_template.md diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 000000000..ed95397ba --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,28 @@ +## Problem + + +## Solution + + + +##### Does this solution apply anywhere else? +- [ ] yes +- [ ] no + +##### If yes, where? + + +## Test Strategy + + + +##### Testing done: +- [ ] Unit tests +- [ ] Integration tests +- [ ] System tests +- [ ] Manual tests + +## Release Plan + + +