Skip to content

Commit

Permalink
github: Add CODEOWNERS file
Browse files Browse the repository at this point in the history
Add initial CODEOWNERS file that sets the @pmodels/mpich-intel as owner
for collective frameworks initially contributed by them. The idea is
that pull requests to this code automatically request a review from the
owner.

The intention is for code owners to have the authority to accept or
reject changes based on whatever criteria they like, with some
exceptions. For example, security or licensing issues may result in
changes to the code by the core MPICH team without involvement of the
code owner.
  • Loading branch information
raffenet committed Nov 23, 2021
1 parent 13eb268 commit 3780c0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The Intel MPICH team is primarily responsible for the collective TSP
# and algorithm frameworks.
/src/mpi/coll/algorithms/ @pmodels/mpich-intel
/src/mpi/coll/transports/ @pmodels/mpich-intel

0 comments on commit 3780c0a

Please sign in to comment.