Skip to content

Commit ac4b511

Browse files
authored
Enable .github/CODEOWNERS
@TheAlgorithms/go_maintainers The Go repo is now using [CODEOWNERS](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners) which will automatically request a review when someone opens a (non-draft) pull request in a directory that you own. So if you are interested in a particular directory then please @mention yourself after that directory. This is voluntary but it should help us to do a divide-and-conquer on all these Hacktoberfest pull requests.
1 parent 4925b41 commit ac4b511

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
6+
# The '*' pattern is global owners.
7+
8+
# Order is important. The last matching pattern has the most precedence.
9+
10+
/.* @cclauss
11+
/ciphers/
12+
/data-structures/
13+
/dynamic-programming/
14+
/graphs/
15+
/math/
16+
/other/
17+
/searches/
18+
/sorts/
19+
/strings/ @Mystigan

0 commit comments

Comments
 (0)