Skip to content

Commit

Permalink
Fix CODEOWNERS for doc/stdlib.
Browse files Browse the repository at this point in the history
It never made much sense to have the code owners for this directory be
the doc-maintainers while the actual content of the stdlib
documentation is written within the .v files. In practice, this has
just meant that doc-maintainers get a review request when adding or
removing a file in the stdlib, which is a bit absurd.
  • Loading branch information
Zimmi48 committed Oct 11, 2023
1 parent b28824b commit d44f859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
########## Standard library and plugins ##########

/theories/ @coq/stdlib-maintainers
/doc/stdlib @coq/stdlib-maintainers

/theories/Classes/ @coq/typeclasses-maintainers

Expand Down

0 comments on commit d44f859

Please sign in to comment.