mirror of https://github.com/apache/druid.git
Update PR template to include the contributing doc; suggestion to not use force push (#10769)
* Update PR template to include the contributing doc; suggestion to not use force push * make it a comment * moved it to top * address review comment
This commit is contained in:
parent
23333914c7
commit
8831c0d057
|
@ -1,5 +1,7 @@
|
||||||
<!-- Thanks for trying to help us make Apache Druid be the best it can be! Please fill out as much of the following information as is possible (where relevant, and remove it when irrelevant) to help make the intention and scope of this PR clear in order to ease review. -->
|
<!-- Thanks for trying to help us make Apache Druid be the best it can be! Please fill out as much of the following information as is possible (where relevant, and remove it when irrelevant) to help make the intention and scope of this PR clear in order to ease review. -->
|
||||||
|
|
||||||
|
<!-- Please read the doc for contribution (https://github.com/apache/druid/blob/master/CONTRIBUTING.md) before making this PR. Also, once you open a PR, please _avoid using force pushes and rebasing_ since these make it difficult for reviewers to see what you've changed in response to their reviews. See [the 'If your pull request shows conflicts with master' section](https://github.com/apache/druid/blob/master/CONTRIBUTING.md#if-your-pull-request-shows-conflicts-with-master) for more details. -->
|
||||||
|
|
||||||
Fixes #XXXX.
|
Fixes #XXXX.
|
||||||
|
|
||||||
<!-- Replace XXXX with the id of the issue fixed in this PR. Remove this section if there is no corresponding issue. Don't reference the issue in the title of this pull-request. -->
|
<!-- Replace XXXX with the id of the issue fixed in this PR. Remove this section if there is no corresponding issue. Don't reference the issue in the title of this pull-request. -->
|
||||||
|
@ -37,6 +39,15 @@ In each section, please describe design decisions made, including:
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
##### Key changed/added classes in this PR
|
||||||
|
* `MyFoo`
|
||||||
|
* `OurBar`
|
||||||
|
* `TheirBaz`
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<!-- Check the items by putting "x" in the brackets for the done things. Not all of these items apply to every PR. Remove the items which are not done or not relevant to the PR. None of the items from the checklist below are strictly necessary, but it would be very helpful if you at least self-review the PR. -->
|
||||||
|
|
||||||
This PR has:
|
This PR has:
|
||||||
- [ ] been self-reviewed.
|
- [ ] 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.)
|
- [ ] 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 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.
|
- [ ] added integration tests.
|
||||||
- [ ] been tested in a test Druid cluster.
|
- [ ] been tested in a test Druid cluster.
|
||||||
|
|
||||||
<!-- Check the items by putting "x" in the brackets for the done things. Not all of these items apply to every PR. Remove the items which are not done or not relevant to the PR. None of the items from the checklist above are strictly necessary, but it would be very helpful if you at least self-review the PR. -->
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
##### Key changed/added classes in this PR
|
|
||||||
* `MyFoo`
|
|
||||||
* `OurBar`
|
|
||||||
* `TheirBaz`
|
|
||||||
|
|
Loading…
Reference in New Issue