Skip to content

Commit

Permalink
Added explanation in CODEOWNERS file and sorted.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 23, 2020
1 parent af883c3 commit eafc715
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,3 +1,14 @@
# This file allows SymPy developers with write access to the Github repository
# to specify if they'd like to be automatically requested for review in new
# pull requests that touch specific files and directories in the repository.
# The format is essentially:
#
# <file-or-directory> @user1 @user2 ... @usern
#
# See the following link for more information on editing this file:
#
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
#
/sympy/physics/mechanics/ @moorepants
/sympy/physics/vector/ @moorepants
/sympy/solvers/ode/ @oscarbenjamin

0 comments on commit eafc715

Please sign in to comment.