-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCODEOWNERS
executable file
·38 lines (28 loc) · 1017 Bytes
/
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
30
31
32
33
34
35
36
37
38
# This file annotates code ownership within MaCh3.
# It's not meant to be a strict - or comprehensive - file, but
# helpful guidance on who to coordinate with for various areas.
# This should also help provide suggested reviewers for PRs.
# For more information, see:
#
# - https://github.com/blog/2392-introducing-code-owners
# Inspired by ROOT
# - https://github.com/root-project/root/blob/master/.github/CODEOWNERS
* @kskwarczynski
/cmake/* @kskwarczynski
**/CMakeLists.txt @kskwarczynski
/Doc/* @kskwarczynski
/.github/* @kskwarczynski
*.cu @kskwarczynski
*.cuh @kskwarczynski
/covariance/AdaptiveMCMCHandler* @henry-wallace-phys
/mcmc/* @kskwarczynski
/samplePDF/samplePDFFDBase* @edatkin @dbarrow257
/splines/splineFDBase* @edatkin @dbarrow257
/plotting/* @ewanwm
*.py @henry-wallace-phys @ewanwm
py* @henry-wallace-phys @ewanwm
README.md @kskwarczynski @edatkin
CONTRIBUTING.md @kskwarczynski @edatkin
.mailmap @kskwarczynski @edatkin
LICENSE.txt @pjdunne @akaboth
.zenodo.json @pjdunne @akaboth