Skip to content

Commit 5bed4c5

Browse files
chore: add CODEOWNERS (#439)
* chore: add `CODEOWNERS` Enumerate individual reviewers for now. Later, we can add a Sphinx development team, once we've established one. * docs: add #438 to changelog * chore: missing hyphen Co-authored-by: Michael Park <[email protected]> * chore: revert changelog entry Co-authored-by: Michael Park <[email protected]> --------- Co-authored-by: Michael Park <[email protected]>
1 parent cdb0288 commit 5bed4c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Codeowners for this repository.
2+
# Guidance and syntax is covered in
3+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
#
5+
# Important: The last match takes precedence.
6+
7+
# Development reviewers
8+
# Adjust this once we establish a Sphinx development team.
9+
* @akcano @dwilding @medubelko @minaelee @rkratky @SecondSkoll @tang-mm
10+
11+
# Changes to CODEOWNERS must be reviewed by admins
12+
/.github/CODEOWNERS @SecondSkoll
13+
14+
# Doc reviewers
15+
# /docs/

0 commit comments

Comments
 (0)