Skip to content

Commit 8609de5

Browse files
authored
MAINT: Add CODEOWNERS (#2535)
1 parent 91afcbf commit 8609de5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/CODEOWNERS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# The purpose of this file is to trigger review requests when PRs touch
2+
# particular files. Those reviews are not mandatory, however it's often useful
3+
# to have an expert pinged who is interested in only one part of codespell and
4+
# doesn't follow general development.
5+
#
6+
# Note that only GitHub handles (whether individuals or teams) with commit
7+
# rights should be added to this file.
8+
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
9+
# for more details about how CODEOWNERS works.
10+
11+
# Each line is a file pattern followed by one or more owners.
12+
13+
# Copy-paste-adapted from SciPy
14+
15+
# Administrata and CIs
16+
*.toml @larsoner
17+
*.yml @larsoner
18+
*.rst @larsoner
19+
*.cfg @larsoner
20+
coverage* @larsoner
21+
.github/* @larsoner
22+
Makefile @larsoner
23+
24+
# Python code
25+
codespell_lib/*.py @larsoner
26+
27+
# Dictionaries
28+
# codepell_lib/data/*.txt @luzpaz

0 commit comments

Comments
 (0)