privacy-scaling-explorations / zk-kit.noir

A monorepo of reusable Noir circuits.
MIT License
7 stars 1 forks source link

chore: create CODEOWNERS #3

Closed cedoor closed 3 months ago

cedoor commented 3 months ago

Description

The CODEOWNERS file defines individuals or teams that are responsible for code in a repository. Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.

As a general rule, at least 1 review by one of the code owners in new PRs is always required.

Checklist