Fountain Coach Gitowner-controlled · read only

midi2.git · CODEOWNERS

midi2.git / CODEOWNERS

revision 9d931d60a9c02248311b91ce3a6f139fe81965d7 · complete file

# CODEOWNERS
# 
# This file defines code ownership for the midi2 repository.
# When a pull request modifies files matching these patterns, the specified
# users or teams will be automatically requested for review.
#
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owner for everything in the repo
# This user will be requested for review on all PRs unless overridden below
* @Contexter

# Core Swift packages
/Sources/MIDI2/ @Contexter
/Sources/MIDI2CI/ @Contexter
/Sources/UMPALSA/ @Contexter

# Swift Package configuration
/Package.swift @Contexter
/Package.resolved @Contexter

# JavaScript/TypeScript library
/midi2.js/ @Contexter

# CI/CD workflows and automation
/.github/workflows/ @Contexter
/.github/dependabot.yml @Contexter

# Documentation and policies
/AGENTS.md @Contexter
/RELEASE.md @Contexter
/SECURITY.md @Contexter
/CONTRIBUTING.md @Contexter
/CODEOWNERS @Contexter

# Release and versioning
/CHANGELOG.md @Contexter

# Examples (require at least one maintainer review)
/Examples/ @Contexter

# Tests (require review from code area owners)
/Tests/ @Contexter

# Specification documents (reference materials, low priority)
/*.pdf