From 3caf6420d03b65d11c786a58de9d30f0b6a754d0 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 19 Mar 2021 09:59:26 +0100 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 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