-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCODEOWNERS
36 lines (30 loc) · 1.64 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
30
31
32
33
34
35
# CODEOWNERS file for RDHPCS Documentation Site
#
# Owners listed in this file will be added as reviewers of pull Requests.
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# for more information.
# The tech-writer owns all files
* @elisabethpatterson
# Per GitHub documentation, this is to protect the CODEOWNERS file from
# unwanted changes.
/.github/ @josh-eisinger @chanwilson
/.github/CODEOWNERS @elisabethpatterson @josh-eisinger
# Owners of utilities and script files
/.readthedocs.yaml @josh-eisinger @chanwilson
/utils/ @josh-eisinger @hderry
/requirements.txt @josh-eisinger @chanwilson
/Makefile @josh-eisinger @chanwilson
/make.bat @josh-eisinger @chanwilson
# Top-level code ownership for source files without specific assignments below
/source/ @elisabethpatterson @josh-eisinger @chanwilson
# Owners of specific documentation pages
/source/accounts @elisabethpatterson @josh-eisinger @chanwilson
/source/data/nescc_hpss.rst @elisabethpatterson @josh-eisinger @RaghuReddy-NOAA
/source/help @elisabethpatterson @josh-eisinger @hderry
/source/systems/MSU-HPC_user_guide.rst @elisabethpatterson @josh-eisinger @eschnepp-hpc
/source/systems/cloud_user_guide.rst @unni-noaa @RaghuReddy-NOAA
/source/systems/gaea_user_guide.rst @hderry @josh-eisinger @chanwilson
/source/systems/hera_user_guide.rst @elisabethpatterson @josh-eisinger @RaghuReddy-NOAA
/source/systems/jet_user_guide.rst @elisabethpatterson @josh-eisinger @RaghuReddy-NOAA
/source/systems/niagara_user_guide.rst @elisabethpatterson @josh-eisinger @RaghuReddy-NOAA
/source/systems/pan/ @chanwilson @josh-eisinger