diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..645edeb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ + + +## Bug + +- [ ] Related issues linked using `fixes #number` + +## 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` +- [ ] Documentation added +- [ ] Telemetry added. In case of a feature if it's used or not. + +## Examples + +- [ ] Make sure the linting passes