Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable CODEOWNERS #3205

Merged
merged 10 commits into from
Jul 9, 2024
135 changes: 135 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@



# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @rrsettgast

/.github/ @rrsettgast

/inputFiles/ @CusiniM @cssherman @jhuang2601

/src/coreComponents/LvArray @rrsettgast @wrtobin @corbett5 @CusiniM
/src/coreComponents/codingUtilities @rrsettgast
/src/coreComponents/common @rrsettgast
/src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma
/src/coreComponents/dataRepository @rrsettgast @wrtobin
/src/coreComponents/denseLinearAlgebra @rrsettgast
rrsettgast marked this conversation as resolved.
Show resolved Hide resolved
/src/coreComponents/discretizationMethods @rrsettgast
/src/coreComponents/events @rrsettgast
rrsettgast marked this conversation as resolved.
Show resolved Hide resolved
/src/coreComponents/fieldSpecification @rrsettgast
/src/coreComponents/fileIO @rrsettgast @wrtobin
/src/coreComponents/finiteElement @rrsettgast
/src/coreComponents/finiteVolume @rrsettgast
/src/coreComponents/functions @rrsettgast
/src/coreComponents/linearAlgebra @rrsettgast @castelletto1 @victorapm
/src/coreComponents/mainInterface @rrsettgast
/src/coreComponents/math @rrsettgast
/src/coreComponents/mesh @rrsettgast @wrtobin
/src/coreComponents/physicsSolvers @rrsettgast
/src/coreComponents/physicsSolvers/contact @CusiniM
/src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin
/src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM
/src/coreComponents/physicsSolvers/multiphysics @CusiniM
CusiniM marked this conversation as resolved.
Show resolved Hide resolved
CusiniM marked this conversation as resolved.
Show resolved Hide resolved
/src/coreComponents/physicsSolvers/python @cssherman
/src/coreComponents/physicsSolvers/simplePDE
/src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM
/src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601
/src/coreComponents/physicsSolvers/wavePropagation @rrsettgast @sframba
/src/coreComponents/schema @rrsettgast
rrsettgast marked this conversation as resolved.
Show resolved Hide resolved
/src/coreComponents/unitTests @rrsettgast

# Here is a list of GEOS-DEV members as of 2024-07-02
# username name
# acitrain
# aguitton
# AL0230162 Éric Cassagnard
# Algiane Algiane Froehly
# andrea-borio Andrea Borio
# andrea-francesch Andrea Franceschini
# annavarapusr1
# AntoineMazuyer Antoine Mazuyer
# arng40 Arnaud DUDES
# Bertbk Bertrand Thierry
# binw1
# bmhan12 Brian Han
# Bubusch Gaetan
# castelletto1 Nicola Castelletto
# chakshinglee Chak Shing Lee
# cmcrook5
# cmorency1 Christina Morency
# corbett5 Ben Corbett
# cssherman Christopher Sherman
# CusiniM Matteo Cusini
# dkachuma Dickson Kachuma
# drmichaeltcvx Michael E. Thomadakis
# estelledirand Estelle Dirand
# francoishamon Francois Hamon
# frankfeifan
# fuyuli123456 Fuyu Li
# geosxCI
# Guotong-Ren Guotong
# henricalandra64
# herve-gross Herve Gross
# homel1 Michael Homel
# IsaacJu-debug Isaac Ju
# jafranc Jacques Franc
# jameshcorbett James Corbett
# Jay-A Jay Appleton
# jeannepellerin Jeanne Pellerin
# jedbrown Jed Brown
# jessielu001
# jhuang2601 Jian Huang
# jiemeng-total
# jiyer28
# jkwashbourne John Washbourne
# johnbowen42 John Bowen
# joshua-white Joshua White
# jschen83 Jinsong Chen
# juliat-camargo
# karimifard Mohammad Karimi-Fard
# kimtaeho07
# klevzoff Sergey Klevtsov
# ktnihei Kurt Nihei
# labesse40
# matteofrigo5 Matteo Frigo
# MatthiasCremon Matthias Cremon
# MelReyCG
# MichaelSekachev Michael Sekachev
# mndiaye24 Mamadou N'diaye
# npillardou Nicolas Pillardou
# ol-n-ga
# oseikuffuor1 Daniel Osei-Kuffuor
# ouassimkh
# paloma-martinez
# paveltomin Pavel Tomin
# philippeVerney Philippe Verney
# raminammour Rami
# rasimHZ
# rmadec-cs Ronan Madec
# rrsettgast Randolph Settgast
# ryanhaagenson Ryan Haagenson
# ryar9534 Ryan Aronson
# samtkaplan Sam Kaplan
# samuelpmishLLNL
# sframba Stefano Frambati
# shabnamjs
# sohailwaziri
# sytuannguyen Sy-Tuan Nguyen
# tang39 Hewei Tang
# tbeltzun
# TheLastBlockbend Phillip Chacon
# tjb-ltk Tom Byer
# TNemethCVX
# TotoGaz TotoGaz
# txlx
# untereiner Lionel Untereiner
# victorapm Victor A. P. Magri
# VidarStiernstrom Vidar Stiernström
# wcy41gtc Chaoyi Wang
# wrtobin William R Tobin
# yue-2018 Yue Hao
# yylicvx
# zhishuaizhang Zhishuai Zhang
Loading