diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000000..28f0b8d6fadd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ + + +## Bug + +- [ ] Related issues linked using `fixes #number` +- [ ] Integration tests added + +## Feature + +- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. +- [ ] Related issues linked using `fixes #number` +- [ ] Integration tests added +- [ ] Documentation added +- [ ] Telemetry added. In case of a feature if it's used or not. + +## Documentation / Examples + +- [ ] Make sure the linting passes