-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (20 loc) · 968 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (20 loc) · 968 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
# CODEOWNERS TODO(template)
#
# This file defines code ownership for this repository.
# Code owners are automatically requested for review when someone opens a pull request.
#
# 📖 Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# =============================================================================
# GLOBAL OWNERS
# =============================================================================
# These owners will be requested for review on ALL pull requests
# Uncomment and customize the line below:
* @NethermindEth/zk-engineering
# * @username1 @username2
# =============================================================================
# PATH-BASED OWNERSHIP
# =============================================================================
# Define owners for specific files or directories
# Examples:
# *.md @username
# /docs/ @username1 @username2