From 4a5694a6f15488dc82f0c517bceb397fa2dab0ae Mon Sep 17 00:00:00 2001 From: "nethermind-oss-compliance[bot]" <189609862+nethermind-oss-compliance[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:50:54 +0000 Subject: [PATCH 1/2] Add CODEOWNERS file template --- CODEOWNERS | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..f3b112d1 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,67 @@ +# 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: + +# * @NethermindEth/your-team-name + +# ============================================================================= +# 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/nubia-admins # admin access +# * @NethermindEth/nubia-general # pull access +# * @NethermindEth/nubia-starknet-by-example # maintain access +# * @NethermindEth/nubia-starknet-by-example-admin # admin access +# * @NethermindEth/role_angkor_admin # admin access +# * @NethermindEth/role_legal_users # pull access +# * @NethermindEth/role_nubia_admin # admin access +# * @NethermindEth/security-admins # pull access + +# ============================================================================= +# SUGGESTED INDIVIDUALS (based on commit history) +# ============================================================================= +# * @julio4 # 150 commits +# * @enitrat # 25 commits +# * @0xNeshi # 9 commits From 983e3d55ac3e3da862615d301823acddedd18724 Mon Sep 17 00:00:00 2001 From: julio4 <30329843+julio4@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:12:25 +0800 Subject: [PATCH 2/2] update CODEOWNERS --- CODEOWNERS | 71 ++++++++---------------------------------------------- 1 file changed, 10 insertions(+), 61 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f3b112d1..7651e26a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,67 +1,16 @@ -# 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: - -# * @NethermindEth/your-team-name - -# ============================================================================= -# 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/nubia-admins # admin access -# * @NethermindEth/nubia-general # pull access -# * @NethermindEth/nubia-starknet-by-example # maintain access -# * @NethermindEth/nubia-starknet-by-example-admin # admin access -# * @NethermindEth/role_angkor_admin # admin access -# * @NethermindEth/role_legal_users # pull access -# * @NethermindEth/role_nubia_admin # admin access -# * @NethermindEth/security-admins # pull access +* @NethermindEth/nubia-admins +* @NethermindEth/nubia-general +* @NethermindEth/nubia-starknet-by-example +* @NethermindEth/nubia-starknet-by-example-admin +* @NethermindEth/role_angkor_admin +* @NethermindEth/role_legal_users +* @NethermindEth/role_nubia_admin +* @NethermindEth/security-admins # ============================================================================= -# SUGGESTED INDIVIDUALS (based on commit history) +# INDIVIDUALS # ============================================================================= -# * @julio4 # 150 commits -# * @enitrat # 25 commits -# * @0xNeshi # 9 commits +* @julio4