-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathCODEOWNERS
More file actions
70 lines (60 loc) · 2.87 KB
/
Copy pathCODEOWNERS
File metadata and controls
70 lines (60 loc) · 2.87 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# CODEOWNERS File 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:
* @thiagodeev
# =============================================================================
# PATH-BASED OWNERSHIP
# =============================================================================
# Define owners for specific files or directories
# Examples:
# Documentation
# *.md @NethermindEth/docs-team
# /docs/ @NethermindEth/docs-team
# Configuration files
# *.json @NethermindEth/devops-team
# *.yml @NethermindEth/devops-team
# *.yaml @NethermindEth/devops-team
# Source code (customize based on your project structure)
# /src/ @NethermindEth/development-team
# /lib/ @NethermindEth/development-team
# Tests
# /tests/ @NethermindEth/qa-team
# *.test.* @NethermindEth/qa-team
# =============================================================================
# INSTRUCTIONS FOR CUSTOMIZATION
# =============================================================================
# 1. Uncomment the lines you want to use
# 2. Replace 'your-team-name' with actual team names from your organization
# 3. Add specific paths that match your repository structure
# 4. You can use individual usernames like @username instead of teams
# 5. More specific rules override general ones
#
# Need help? Check the GitHub documentation link above! 🚀
# =============================================================================
# SUGGESTED TEAMS (based on current repository access)
# =============================================================================
# * @NethermindEth/marketing # push access
# * @NethermindEth/nubia-admins # admin access
# * @NethermindEth/nubia-general # pull access
# * @NethermindEth/nubia-starknetgo-interns # push access
# * @NethermindEth/reviewers # push access
# * @NethermindEth/role_angkor_admin # admin access
# * @NethermindEth/role_legal_users # pull access
# * @NethermindEth/role_nubia_admin # admin access
# * @NethermindEth/role_nubia_developer # maintain access
# * @NethermindEth/role_nubia_devops # maintain access
# * @NethermindEth/security-admins # pull access
# =============================================================================
# SUGGESTED INDIVIDUALS (based on commit history)
# =============================================================================
# * @gregoryguillou # 159 commits
# * @drspacemn # 145 commits
# * @rianhughes # 112 commits