mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
doc: rename CODEOWNERS to REVIEWERS
This reverts #18949 since CODEOWNERS require write permission. Instead the REVIEWERS file uses DrahtBot to tag reviewers in PR comments.
This commit is contained in:
parent
f5bd46a4cc
commit
86e6add5ca
1 changed files with 9 additions and 14 deletions
|
@ -1,20 +1,15 @@
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Bitcoin Core CODEOWNERS
|
# Bitcoin Core REVIEWERS
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
# Configuration of code ownership and review approvals for the bitcoin/bitcoin
|
# Configuration of automated review requests for the bitcoin/bitcoin repo
|
||||||
# repo.
|
# via DrahtBot.
|
||||||
|
|
||||||
# Order is important; the last matching pattern takes the most precedence.
|
# Order is not important; if a modified file or directory matches a fnmatch,
|
||||||
# More info on how this file works can be found at:
|
# the reviewer will be mentioned in a PR comment requesting a review.
|
||||||
# https://help.github.com/articles/about-codeowners/
|
|
||||||
|
|
||||||
# This file is called CODEOWNERS because it is a magic file for GitHub to
|
# Regular contributors are free to add their names to specific directories or
|
||||||
# automatically suggest reviewers. In this project's case, the names below
|
# files provided that they are willing to provide a review.
|
||||||
# should be thought of as code reviewers rather than owners. Regular
|
|
||||||
# contributors are free to add their names to specific directories or files
|
|
||||||
# provided that they are willing to provide a review when automatically
|
|
||||||
# assigned.
|
|
||||||
|
|
||||||
# Absence from this list should not be interpreted as a discouragement to
|
# Absence from this list should not be interpreted as a discouragement to
|
||||||
# review a pull request. Peer review is always welcome and is a critical
|
# review a pull request. Peer review is always welcome and is a critical
|
||||||
|
@ -23,12 +18,12 @@
|
||||||
|
|
||||||
|
|
||||||
# Maintainers
|
# Maintainers
|
||||||
# @laanwj
|
|
||||||
# @sipa
|
|
||||||
# @fanquake
|
# @fanquake
|
||||||
# @jonasschnelli
|
# @jonasschnelli
|
||||||
|
# @laanwj
|
||||||
# @marcofalke
|
# @marcofalke
|
||||||
# @meshcollider
|
# @meshcollider
|
||||||
|
# @sipa
|
||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
/doc/*[a-zA-Z-].md @harding
|
/doc/*[a-zA-Z-].md @harding
|
Loading…
Add table
Reference in a new issue