privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

chore: create CODEOWNERS #301

Closed cedoor closed 5 months ago

cedoor commented 5 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