nssalian commented on code in PR #16267: URL: https://github.com/apache/iceberg/pull/16267#discussion_r3213885540
########## .github/PULL_REQUEST_TEMPLATE.md: ########## @@ -0,0 +1,35 @@ +<!-- + Thanks for sending a pull request! + 1. If this is your first time, please read our contributor guidelines: + https://iceberg.apache.org/contribute/ + 2. Make sure your PR title follows the format: "Module: Description" + (e.g., "Core: Fix ..." or "Spark: Add ...") + 3. If the PR is unfinished, open it as a draft. +--> + +### What is the purpose of the change? Review Comment: I like the `parquet-java` project's template. It's not as fleshed out as here but it's good to ask a high level Rationale so contributors can summarize their changes. https://github.com/apache/parquet-java/blob/master/.github/PULL_REQUEST_TEMPLATE.md Let me know what you think? -- 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]
