richardstartin commented on a change in pull request #8455:
URL: https://github.com/apache/pinot/pull/8455#discussion_r841082023
##########
File path: .github/PULL_REQUEST_TEMPLATE.md
##########
@@ -1,30 +1,15 @@
-## Description
-<!-- Add a description of your PR here.
-A good description should include pointers to an issue or design document, etc.
--->
-## 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>**, and complete
the section below on Release Notes)
-
-Does this PR fix a zero-downtime upgrade introduced earlier?
-* [ ] Yes (Please label this as **<code>backward-incompat</code>**, and
complete the section below on Release Notes)
-
-Does this PR otherwise need attention when creating release notes? Things to
consider:
+Instructions:
+1. The PR has to be tagged with at least one of the following labels:
+ 1. `feature`
+ 2. `bugfix`
+ 3. `performance`
+ 4. `ui`
+ 5. `backward-incompat`
+ 6. `release-notes` (*)
Review comment:
I agree, the actual problem being solved here is PRs being merged
without labeling. It isn't a contributor problem. So I would argue against
having a template at all (the list of labels in the template would either be
incomplete or very long), and instead document how PRs should be labeled in the
contribution guidelines.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]