-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
37 lines (30 loc) · 1004 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
37 lines (30 loc) · 1004 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
32
33
34
35
36
37
# Code Owners for spotforecast2-safe
#
# This file establishes code review responsibilities to ensure
# proper oversight and maintain security standards.
#
# GitHub will request reviews from these owners when a PR affects matching files.
# Default owners for everything
* @bartzbeielstein
# Documentation (always review docs carefully)
/docs/ @bartzbeielstein
/*.md @bartzbeielstein
/README.md @bartzbeielstein
/MODEL_CARD.md @bartzbeielstein
/CHANGELOG.md @bartzbeielstein
# Tests (critical for quality)
/tests/ @bartzbeielstein
# CI/CD workflows and security-critical infrastructure
/.github/workflows/ @bartzbeielstein
/.github/SECURITY.md @bartzbeielstein
/.github/CODEOWNERS @bartzbeielstein
# Core source code
/src/spotforecast2_safe/ @bartzbeielstein
# Configuration files
/pyproject.toml @bartzbeielstein
/.pre-commit-config.yaml @bartzbeielstein
/.releaserc.json @bartzbeielstein
/mkdocs.yml @bartzbeielstein
# License compliance
/LICENSES/ @bartzbeielstein
/REUSE.toml @bartzbeielstein