davidcavazos commented on code in PR #1: URL: https://github.com/apache/beam-starter-python/pull/1#discussion_r897067226
########## .github/PULL_REQUEST_TEMPLATE.md: ########## @@ -0,0 +1,12 @@ +**Please** add a meaningful description for your change here + +------------------------ + +Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: + + - [ ] I agree that my contributions are licensed with both [Apache ASL2](../../LICENSE-APACHE) and [MIT](../../LICENSE-MIT). + - [ ] [**Choose reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and mention them in a comment (`R: @username`). + - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue. Review Comment: That's good to know, I'll update the Java starter project with this as well. Can we enable GitHub issues on all the starter project repos? That way we can have their own issues on their own repo rather than pointing to the core Beam issues. -- 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]
