-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathCODEOWNERS
More file actions
15 lines (13 loc) · 769 Bytes
/
CODEOWNERS
File metadata and controls
15 lines (13 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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