File: CODEOWNERS

package info (click to toggle)
sympy 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,784 kB
  • sloc: python: 460,598; xml: 359; makefile: 162; sh: 59; lisp: 4
file content (16 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/biomechanics/ @moorepants
/sympy/physics/mechanics/ @moorepants
/sympy/physics/vector/ @moorepants
/sympy/solvers/ode/ @oscarbenjamin
/sympy/*laplace* @hanspi42