Skip to content

Commit

Permalink
[Minor] Update link to list of committers in contributor guide (#10312)
Browse files Browse the repository at this point in the history
* Update link to list of committers in contributor guide

* Apply suggestions from code review

Co-authored-by: comphead <[email protected]>

---------

Co-authored-by: comphead <[email protected]>
  • Loading branch information
alamb and comphead committed Apr 30, 2024
1 parent a5657e1 commit af39506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ ideas with the community to get feedback on implementation.

We welcome pull requests (PRs) from anyone from the community.

DataFusion is a very active fast-moving project and we try to review and merge PRs quickly to keep the review backlog down and the pace up. After review and approval, one of the [many people with commit access](https://arrow.apache.org/committers/) will merge your PR.
DataFusion is a very active fast-moving project and we try to review and merge PRs quickly to keep the review backlog down and the pace up. After review and approval, one of the [committers] will merge your PR.

Review bandwidth is currently our most limited resource, and we highly encourage reviews by the broader community. If you are waiting for your PR to be reviewed, consider helping review other PRs that are waiting. Such review both helps the reviewer to learn the codebase and become more expert, as well as helps identify issues in the PR (such as lack of test coverage), that can be addressed and make future reviews faster and more efficient.

[committers]: https://people.apache.org/phonebook.html?unix=datafusion

## Creating Pull Requests

We recommend splitting your contributions into smaller PRs rather than large PRs (500+ lines) because:
Expand Down

0 comments on commit af39506

Please sign in to comment.