diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3855cf60e6b..b5d0e3d4ffd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,7 @@ + + Fixes #XXXX. @@ -37,6 +39,15 @@ In each section, please describe design decisions made, including:
+##### Key changed/added classes in this PR + * `MyFoo` + * `OurBar` + * `TheirBaz` + +
+ + + This PR has: - [ ] been self-reviewed. - [ ] using the [concurrency checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the PR doesn't have any relation to concurrency.) @@ -47,12 +58,3 @@ This PR has: - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [ ] added integration tests. - [ ] been tested in a test Druid cluster. - - - -
- -##### Key changed/added classes in this PR - * `MyFoo` - * `OurBar` - * `TheirBaz`