diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..4bcbe005 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,65 @@ + + + + +Fixes # + + + +Master Issue: # + +### Motivation + + + +### Modifications + + + +### Verifying this change + +- [ ] Make sure that the change passes the CI checks. + +*(Please pick either of the following options)* + +This change is a trivial rework / code cleanup without any test coverage. + +*(or)* + +This change is already covered by existing tests, such as *(please describe tests)*. + +*(or)* + +This change added tests and can be verified as follows: + +*(example:)* + - *Added integration tests for end-to-end deployment with large payloads (10MB)* + - *Extended integration test for recovery after broker failure* + +### Documentation + + + +- [ ] `doc-required` +(Your PR needs to update docs and you will update later) + +- [ ] `doc-not-needed` +(Please explain why) + +- [ ] `doc` +(Your PR contains doc changes) + +- [ ] `doc-complete` +(Docs have been already added)