clintropolis commented on code in PR #13188: URL: https://github.com/apache/druid/pull/13188#discussion_r988512461
########## .github/pull_request_template.md: ########## @@ -37,6 +37,15 @@ In each section, please describe design decisions made, including: <!-- Some of the aspects mentioned above may be omitted for simple and small changes. --> +#### Release note +<!-- Give your best effort to summarize your changes in a couple of sentences aimed toward Druid users. + +If your change doesn't have end user impact, you can skip this section. + +--> +For tips about how to write a good release note, see [Release notes](../CONTRIBUTING.md#release-notes). Review Comment: the other links in the template are full links, I'm not certain if relative links work here or not, so to be safe we might want to make it match the others ```suggestion For tips about how to write a good release note, see [Release notes](https://github.com/apache/druid/blob/master/CONTRIBUTING.md#release-notes). ``` -- 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]
