This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a commit to branch adding-pr-template in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 59c80d97cfe8bb0ffe39248582935820d7693e16 Author: Subbu Subramaniam <[email protected]> AuthorDate: Wed May 6 15:34:18 2020 -0700 Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1fb7205 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Upgrade Notes +Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) +* [ ] Yes (Please label as **<code>backward-incompat</code>**) + +Does this PR fix a zero-downtime upgrade introduced earlier? +* [ ] Yes (Please label this as **<code>backward-incompat</code>**) +Does this PR otherwise need attention when creating release notes? Things to consider: +- New configuration options +- Deprecation of configurations +- Signature changes to public methods/interfaces +* [ ] Yes (Please label this PR as **<code>release-notes</code>**) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
