michaelsembwever commented on code in PR #1799: URL: https://github.com/apache/cassandra/pull/1799#discussion_r952569672
########## .github/pull_request_template.md: ########## @@ -0,0 +1,32 @@ +## Asscociated Issue + +Replace this text with the Jira issue resolved (e.g. CASSANDRA-####) or text specifying why this is a trivial patch. + +## Author(s) and Reviewers + +Patch by <author>; reviewed by <reviewer[s]> + +Co-authored-by: First Last <[email protected]><br/> +Co-authored-by: First2 Last2 <[email protected]> + + +## What the patch does + +Replace this text with a detailed commit paragraph of why and how the change was made and relevant context. + +## Recommendations: + +if not a trivial change: + - Jira ticket contains a description of: what is fixed, why it is needed, and what branches to apply it to. + - Tests are included. + - Documentation changes and/or updates are included. + + +## Notice +By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement. + +###References: +* The [Apache Cassandra "Contributing to Cassandra" guide](https://cassandra.apache.org/_/development/index.html) +* The [Apache Cassandra "Working on Documentation" guide](https://cassandra.apache.org/_/development/documentation.html) Review Comment: but why the documentation, instead of duplicating any of the other parts of that page? (i would have thought code style was far more valuable to the newcomer). the very first thing on the index.html page is the list of sections, documentation being one of them. -- 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]

