From eafc715645423a08bf2f5f8c191355715b0008ab Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Wed, 23 Sep 2020 14:18:38 +0200 Subject: [PATCH] Added explanation in CODEOWNERS file and sorted. --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 54f035a1a26d..00375a64aa27 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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: +# +# @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