From 994d200306fdc89b3bdcbfc0fbb638fd8937765c Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Thu, 19 Aug 2021 11:12:40 -0300 Subject: [PATCH] Add PR template (#1683) * Add PR template * Add manual QA step --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000000..f38da8fefa --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# Checklist for submitter + +If some of the following don't apply, please write a short explanation why. + +- [ ] Changes file added (if needed) +- [ ] Documented any API changes +- [ ] Added tests for all functionality +- [ ] Manual QA for all functionality