woocommerce-paypal-payments/.github/CODEOWNERS
Narek Zakarian 9b95ce82da
feat: Add CODEOWNERS file for automatic PR review assignments
Implements automatic code review requests for all pull requests.
All team members will be notified when PRs are opened, with
@Dinamiko as dev lead listed first, followed by team members
in alphabetical order.

This streamlines the review process and ensures consistent
code oversight across the repository.
2025-10-09 15:32:34 +04:00

15 lines
769 B
Text

# CODEOWNERS file for PayPal Payments Plugin
# This file defines code owners who will automatically be requested for review
# when a pull request touches files matching the specified patterns.
# Global owners - will be requested for review on all changes
# @Dinamiko is listed first as dev lead, followed by team members in alphabetical order
* @Dinamiko @AlexP11223 @danieldudzic @hmouhtar @Narek13 @puntope @stracker-phil
# You can also add specific patterns for different parts of the codebase:
# Examples (uncomment and modify as needed):
# /src/ @Dinamiko @stracker-phil
# /tests/ @AlexP11223 @hmouhtar
# /assets/ @danieldudzic @puntope
# /.github/workflows/ @Narek13
# /docs/ @Dinamiko