Skip to content

Add CODEOWNERS file #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nethermind-oss-compliance[bot]
Copy link

📋 Add CODEOWNERS File

This PR adds a CODEOWNERS file template to help manage code ownership and review requirements.

🎯 What is CODEOWNERS?

The CODEOWNERS file defines who is responsible for code in this repository. When someone opens a pull request, the defined code owners are automatically requested for review.

✏️ How to customize this file:

  1. For team ownership: Use @NethermindEth/team-name
  2. For individual ownership: Use @username
  3. For specific paths: Add patterns like docs/ @NethermindEth/docs-team

📖 Examples:

# Global owners (will be requested for all PRs)
* @NethermindEth/core-team

# Specific directory owners
/docs/ @NethermindEth/docs-team
/src/ @NethermindEth/development-team
*.md @NethermindEth/docs-team

# Individual file owners
package.json @username
README.md @NethermindEth/docs-team @username

🔗 Learn more:


Please review and update the CODEOWNERS file according to your team's needs before merging! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants