raulcd commented on code in PR #50117: URL: https://github.com/apache/arrow/pull/50117#discussion_r3386987709
########## docs/source/developers/overview.rst: ########## @@ -104,6 +104,10 @@ When contributing a patch, use this list as a checklist of Apache Arrow workflow merged, this will be retained in the extended commit message. * Make sure that your code **passes the unit tests**. You can find instructions how to run the unit tests for each Arrow component in its respective README file. +* In order to improve our code and your review experience, we have + enabled GitHub Copilot reviews to automate the first pass. Please + address all GitHub Copilot comments by either implementing them, or + explicitly responding and explaining why you chose not to. Review Comment: We can start with something a little more relaxed: > Reviewers and contributors are encouraged to address valid suggestions; you don't need to respond to every comment, but please don't ignore them either. And if we see that general Copilot comments are good (not that many hallucinations or repeated comments) we can revisit the phrasing. -- 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]
