kou commented on code in PR #36445: URL: https://github.com/apache/arrow/pull/36445#discussion_r1252444081
########## docs/source/developers/reviewing.rst: ########## @@ -295,3 +295,21 @@ In addition, we use the following labels to indicate priority: * **Priority: Critical**: Indicates issues that are high priority. This is a superset of issues marked "Critical Fix", as it also contains certain fixes to issues causing errors and crashes. + +Collaborators +============= + +The collaborator role allows users to be given triage role to be able to help triaging +issues. The role allows users to label and assign issues. + +A user can ask to become a collaborator or can be proposed by another community member +when they have been collaborating in the project for a period of time. Collaborations +can be but are not limited to: creating PRs, answering questions, creating +issues, reviewing PRs, etcetera. + +In order to propose someone as a collaborator you must create a PR adding the user to +the collaborators list on `.asf.yaml <https://github.com/apache/arrow/blob/main/.asf.yaml>`_.. Review Comment: ```suggestion the collaborators list on `.asf.yaml <https://github.com/apache/arrow/blob/main/.asf.yaml>`_. ``` -- 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]
