-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCODEOWNERS
More file actions
31 lines (25 loc) · 791 Bytes
/
CODEOWNERS
File metadata and controls
31 lines (25 loc) · 791 Bytes
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
# Default reviewers
* @jaclyn-taroni
# CODEOWNER owner
/.github/CODEOWNERS @jaclyn-taroni
# Primary reviewers for docs and licenses changes
/docs/ @sjspielman
/CONTRIBUTING.md @dvenprasad @sjspielman
/README.md @dvenprasad @sjspielman
/mkdocs.yml @dvenprasad @sjspielman
/LICENSE.md @jaclyn-taroni
/SECURITY.md @jaclyn-taroni
/code-of-conduct.md @jaclyn-taroni
/docs/policies/ @jaclyn-taroni
# Management scripts and templates
/create-analysis-module.py @jashapiro
/download-data.py @jashapiro
/scripts/sync-results.py @jashapiro
/templates/ @jashapiro
/environment.yml @jashapiro
/.pre-commit-config.yaml @jashapiro
# Primary reviewers for analysis modules
/analyses/ @jaclyn-taroni
/analyses/hello-python/ @jashapiro
/analyses/hello-r/ @jashapiro
/analyses/simulate-sce/ @jashapiro