jcshepherd commented on code in PR #4327: URL: https://github.com/apache/cassandra/pull/4327#discussion_r2298872292
########## CONTRIBUTING.md: ########## @@ -18,16 +18,23 @@ # --> -# Apache Cassandra and Pull Requests +# How to Contribute -Apache Cassandra doesn't use GitHub pull requests as part of the development process. -In fact, this repository is a GitHub mirror of [the official repo](https://gitbox.apache.org/repos/asf/cassandra.git). +There are many opportunities to contribute code to Apache Cassandra, including documentation updates, test improvements, +bug fixes, changes to the Java code base, and tooling improvements (both Python and Java). The basic workflow is the Review Comment: Good question. When I wrote that, I had things like nodetool and the utilities in the core package's tools/ directory in mind. I could mention, separately, these other ongoing projects as potential areas to contribute but want to respect the fact that they are somewhat separate initiatives from the core project. -- 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]

