|
1 | | -# CODEOWNERS File Template |
2 | | -# |
3 | | -# This file defines code ownership for this repository. |
4 | | -# Code owners are automatically requested for review when someone opens a pull request. |
5 | | -# |
6 | | -# 📖 Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
7 | | - |
8 | 1 | # ============================================================================= |
9 | 2 | # GLOBAL OWNERS |
10 | 3 | # ============================================================================= |
11 | | -# These owners will be requested for review on ALL pull requests |
12 | | -# Uncomment and customize the line below: |
13 | | - |
14 | | -# * @NethermindEth/your-team-name |
15 | | - |
16 | | -# ============================================================================= |
17 | | -# PATH-BASED OWNERSHIP |
18 | | -# ============================================================================= |
19 | | -# Define owners for specific files or directories |
20 | | -# Examples: |
21 | | - |
22 | | -# Documentation |
23 | | -# *.md @NethermindEth/docs-team |
24 | | -# /docs/ @NethermindEth/docs-team |
25 | | - |
26 | | -# Configuration files |
27 | | -# *.json @NethermindEth/devops-team |
28 | | -# *.yml @NethermindEth/devops-team |
29 | | -# *.yaml @NethermindEth/devops-team |
30 | | - |
31 | | -# Source code (customize based on your project structure) |
32 | | -# /src/ @NethermindEth/development-team |
33 | | -# /lib/ @NethermindEth/development-team |
34 | | - |
35 | | -# Tests |
36 | | -# /tests/ @NethermindEth/qa-team |
37 | | -# *.test.* @NethermindEth/qa-team |
38 | | - |
39 | | -# ============================================================================= |
40 | | -# INSTRUCTIONS FOR CUSTOMIZATION |
41 | | -# ============================================================================= |
42 | | -# 1. Uncomment the lines you want to use |
43 | | -# 2. Replace 'your-team-name' with actual team names from your organization |
44 | | -# 3. Add specific paths that match your repository structure |
45 | | -# 4. You can use individual usernames like @username instead of teams |
46 | | -# 5. More specific rules override general ones |
47 | | -# |
48 | | -# Need help? Check the GitHub documentation link above! 🚀 |
49 | | - |
50 | | -# ============================================================================= |
51 | | -# SUGGESTED TEAMS (based on current repository access) |
52 | | -# ============================================================================= |
53 | | -# * @NethermindEth/nubia-admins # admin access |
54 | | -# * @NethermindEth/nubia-general # pull access |
55 | | -# * @NethermindEth/nubia-starknet-by-example # maintain access |
56 | | -# * @NethermindEth/nubia-starknet-by-example-admin # admin access |
57 | | -# * @NethermindEth/role_angkor_admin # admin access |
58 | | -# * @NethermindEth/role_legal_users # pull access |
59 | | -# * @NethermindEth/role_nubia_admin # admin access |
60 | | -# * @NethermindEth/security-admins # pull access |
| 4 | +* @NethermindEth/nubia-admins |
| 5 | +* @NethermindEth/nubia-general |
| 6 | +* @NethermindEth/nubia-starknet-by-example |
| 7 | +* @NethermindEth/nubia-starknet-by-example-admin |
| 8 | +* @NethermindEth/role_angkor_admin |
| 9 | +* @NethermindEth/role_legal_users |
| 10 | +* @NethermindEth/role_nubia_admin |
| 11 | +* @NethermindEth/security-admins |
61 | 12 |
|
62 | 13 | # ============================================================================= |
63 | | -# SUGGESTED INDIVIDUALS (based on commit history) |
| 14 | +# INDIVIDUALS |
64 | 15 | # ============================================================================= |
65 | | -# * @julio4 # 150 commits |
66 | | -# * @enitrat # 25 commits |
67 | | -# * @0xNeshi # 9 commits |
| 16 | +* @julio4 |
0 commit comments