Skip to content

Commit

Permalink
add drammock
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Sep 8, 2023
1 parent 8c2a867 commit 13e62cc
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Each line is a file pattern followed by one or more owners.
# Syntax follows .gitignore, see https://git-scm.com/docs/gitignore#_pattern_format
# Headings ideally should correspend to domains of knowledge/expertise.
# Headings ideally should correspond to domains of knowledge/expertise.

# Beamforming
/mne/beamformer @britta-wstnr
Expand All @@ -26,14 +26,31 @@
/mne/export @sappelhoff

# Viz
/mne/viz @drammock
/mne/viz/_brain @larsoner
/tutorials/visualization @larsoner
/examples/visualization @larsoner

# Core sensor-space classes
/mne/epochs.py @drammock
/mne/evoked.py @drammock
/mne/io/*.* @drammock

# TFR
/mne/time_frequency @drammock

# Project infrastructure and CIs
/*.* @larsoner # files in the root directory
/*.* @larsoner @drammock # files in the root directory
/.circleci @larsoner
/.github @larsoner

# Documentation text and infrastructure
/doc @larsoner
# Examples and Tutorials
/examples @drammock
/tutorials @drammock

# Non-tutorial documentation text and infrastructure
/doc @larsoner @drammock

# misc
/logo @drammock
/tools @drammock

0 comments on commit 13e62cc

Please sign in to comment.