From 9b915803651d6c5c29337b1ab4c71098cad4268e Mon Sep 17 00:00:00 2001 From: Steven Sheehy Date: Wed, 15 May 2019 08:17:06 -0500 Subject: [PATCH] Add a pull request template (#517) --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000000000..e8e08c0eb805a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: +Fixes # + +**Special notes for your reviewer**: + +**Checklist** +- [ ] Documentation added +- [ ] Tests updated +