Skip to content

Commit af39506

Browse files
alambcomphead
andauthored
[Minor] Update link to list of committers in contributor guide (#10312)
* 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]>
1 parent a5657e1 commit af39506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/contributor-guide/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ ideas with the community to get feedback on implementation.
6868

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

71-
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.
71+
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.
7272

7373
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.
7474

75+
[committers]: https://people.apache.org/phonebook.html?unix=datafusion
76+
7577
## Creating Pull Requests
7678

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

0 commit comments

Comments
 (0)