-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCODEOWNERS
29 lines (22 loc) · 1.02 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Email addresses or GitHub usernames can be used
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# these global owners will be requested for
# review when someone opens a pull request.
* @BenWibking @markkrumholz
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies any files listed below, only the user listed below
# and not the global owner(s) will be requested for a review.
# hydro
src/hydro/ @BenWibking @markkrumholz
# optically-thin radiative cooling (assuming ionization equilibrium)
src/cooling/ @BenWibking @markkrumholz
# particles -- CICParticles only
src/particles/CICParticles.hpp @BenWibking @markkrumholz
# chemistry (including chemical heating/cooling)
src/chemistry/ @psharda @BenWibking @markkrumholz
# radiation
src/radiation/ @chongchonghe @BenWibking @markkrumholz