Skip to content

Commit 86e6add

Browse files
committed
doc: rename CODEOWNERS to REVIEWERS
This reverts bitcoin#18949 since CODEOWNERS require write permission. Instead the REVIEWERS file uses DrahtBot to tag reviewers in PR comments.
1 parent f5bd46a commit 86e6add

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

CODEOWNERS REVIEWERS

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# ==============================================================================
2-
# Bitcoin Core CODEOWNERS
2+
# Bitcoin Core REVIEWERS
33
# ==============================================================================
44

5-
# Configuration of code ownership and review approvals for the bitcoin/bitcoin
6-
# repo.
5+
# Configuration of automated review requests for the bitcoin/bitcoin repo
6+
# via DrahtBot.
77

8-
# Order is important; the last matching pattern takes the most precedence.
9-
# More info on how this file works can be found at:
10-
# https://help.github.com/articles/about-codeowners/
8+
# Order is not important; if a modified file or directory matches a fnmatch,
9+
# the reviewer will be mentioned in a PR comment requesting a review.
1110

12-
# This file is called CODEOWNERS because it is a magic file for GitHub to
13-
# automatically suggest reviewers. In this project's case, the names below
14-
# should be thought of as code reviewers rather than owners. Regular
15-
# contributors are free to add their names to specific directories or files
16-
# provided that they are willing to provide a review when automatically
17-
# assigned.
11+
# Regular contributors are free to add their names to specific directories or
12+
# files provided that they are willing to provide a review.
1813

1914
# Absence from this list should not be interpreted as a discouragement to
2015
# review a pull request. Peer review is always welcome and is a critical
@@ -23,12 +18,12 @@
2318

2419

2520
# Maintainers
26-
# @laanwj
27-
# @sipa
2821
# @fanquake
2922
# @jonasschnelli
23+
# @laanwj
3024
# @marcofalke
3125
# @meshcollider
26+
# @sipa
3227

3328
# Docs
3429
/doc/*[a-zA-Z-].md @harding

0 commit comments

Comments
 (0)