forked from angadhn/SpacecraftDynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
20 lines (18 loc) · 1.09 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Designate yourself as the owner for the entire repository
* @angadhn
# Specify ownership for specific directories
.github/workflows/ @angadhn # All files in the '.github/workflows' directory
attitude-dynamics/ @angadhn # All files in the 'attitude-dynamics' directory
orbital-mechanics/ @angadhn # All files in the 'orbital-mechanics' directory
solutions/ @angadhn # All files in the 'solutions' directory
unsolved_problems/ @angadhn # All files in the 'unsolved_problems' directory
# Specify ownership for specific files
CONTRIBUTING.md @angadhn # Specific file: CONTRIBUTING.md
README.md @angadhn # Specific file: README.md
_config.yml @angadhn # Specific file: _config.yml
_toc.yml @angadhn # Specific file: _toc.yml
environment.yml @angadhn # Specific file: environment.yml
introduction.ipynb @angadhn # Specific file: introduction.ipynb
logo.png @angadhn # Specific file: logo.png
paper.bib @angadhn # Specific file: paper.bib
paper.md @angadhn # Specific file: paper.md