Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Conversation

@nethermind-oss-compliance
Copy link
Contributor

📋 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! 🚀

@julio4 julio4 force-pushed the add-codeowners-file branch from e6199f7 to 983e3d5 Compare July 17, 2025 08:12
@julio4 julio4 merged commit 2af167d into dev Jul 17, 2025
1 of 2 checks passed
@julio4 julio4 deleted the add-codeowners-file branch July 17, 2025 08:13
julio4 added a commit that referenced this pull request Jul 17, 2025
* feat: migrate merkle tree to snforge

* fix: remove print

* feat: migrate write any slot snforge

* feat: migrate struct mapping key snforge

* feat: migrate store packing snforge

* feat: migrate lib calls snforge

* feat: migrate hash trait snforge

* feat: migrate hash compatible snforge

* feat: migrate commit reveal snforge

* fix: added the colored onlydust logo (#294)

* fix: added the colored onlydust logo

* fix: added the colored onlydust logo

* fix: rename onlydust logo

---------

Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>

* chore(deps): bump estree-util-value-to-estree (#295)

Bumps the npm_and_yarn group with 1 update in the / directory: [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree).


Updates `estree-util-value-to-estree` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases)
- [Commits](remcohaszing/estree-util-value-to-estree@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: estree-util-value-to-estree
  dependency-version: 3.3.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>

* chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#296)

Bumps the npm_and_yarn group with 3 updates in the / directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@babel/helpers` from 7.26.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers)

Updates `@babel/runtime` from 7.26.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)

Updates `vite` from 5.4.14 to 5.4.17
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 5.4.17
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>

* feat: ZkSnark use case example (Circom, Groth16, Snarkjs, Garaga) (#270)

* feat: ZkSnark use case example (Circom, Groth16, Snarkjs, Garaga)

* feat(PR review): Move files to advanced-concepts/verify_proofs

* fix: typos

* fix: zksnark

* feat: improve zksnark wording

* fix: remove redundant paragraph

---------

Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>

* Update README.md

* chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#300)

Bumps the npm_and_yarn group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2)

Updates `vite` from 5.4.17 to 5.4.19
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 5.4.19
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: update dep and archive warning

* Add CODEOWNERS file (#299)

* Add CODEOWNERS file template

* update CODEOWNERS

---------

Co-authored-by: nethermind-oss-compliance[bot] <189609862+nethermind-oss-compliance[bot]@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Marvelousmicheal <112209435+Marvelousmicheal@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hudem1 <55464342+hudem1@users.noreply.github.com>
Co-authored-by: nethermind-oss-compliance[bot] <189609862+nethermind-oss-compliance[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants