Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.