diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..aad30f58 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ + + +**What this PR does / why we need it**: + + + +**Which issue(s) this PR fixes** +Issue # + +**Special notes for your reviewer**: + +**Checklist**: + + +- [ ] squashed commits into logical changes +- [ ] includes documentation +- [ ] adds unit tests +- [ ] adds or updates e2e tests +- [ ] backport needed