diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3744d55 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ + + +This PR: + +- _Adds/changes/fixes/removes ..._ + +--- + +## Checklist + +- [ ] I added a CHANGELOG entry +- [ ] I ran E2E tests in the CI pipelines + +Add the following comment to trigger the E2E tests: + +`/run app-test-suites`