CTTY commented on code in PR #2799: URL: https://github.com/apache/iceberg-rust/pull/2799#discussion_r3574590263
########## CONTRIBUTING.md: ########## @@ -121,3 +121,12 @@ dependency versions without always upgrading to the latest. ## Code of Conduct We expect all community members to follow our [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html). + +## RFC Process + +For significant changes, new features, or substantial changes to public APIs, consider opening an RFC PR first: + +1. Create a markdown file in [docs/rfcs/](docs/rfcs/) using the next sequential number (e.g., `0003_your_feature.md`). Explain the scope, use case, and proposed design in prose. +2. After the approach is reviewed and accepted, open a follow-up PR with the initial implementation. Review Comment: I prefer to think of an RFC as more of a design document: something that complements the information in the actual PR and helps explain the changes more clearly. In that sense, the RFC and the PR could be reviewed simultaneously. -- 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]
