File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
# ==============================================================================
2
- # Bitcoin Core CODEOWNERS
2
+ # Bitcoin Core REVIEWERS
3
3
# ==============================================================================
4
4
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 .
7
7
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.
11
10
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.
18
13
19
14
# Absence from this list should not be interpreted as a discouragement to
20
15
# review a pull request. Peer review is always welcome and is a critical
23
18
24
19
25
20
# Maintainers
26
- # @laanwj
27
- # @sipa
28
21
# @fanquake
29
22
# @jonasschnelli
23
+ # @laanwj
30
24
# @marcofalke
31
25
# @meshcollider
26
+ # @sipa
32
27
33
28
# Docs
34
29
/doc/*[a-zA-Z-].md @harding
You can’t perform that action at this time.
0 commit comments