diff options
| author | natsuoto <[email protected]> | 2026-04-28 16:08:33 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-28 16:31:10 +0530 |
| commit | cb05f60cb878352fefe295799a23149d2d476ac7 (patch) | |
| tree | a797399c1f1182035eb9090ce6b92771436d03c3 | |
| parent | 6208f5d9300d5cc78600512a6c06f3f80f10b50f (diff) | |
| download | edify-cb05f60cb878352fefe295799a23149d2d476ac7.tar.xz edify-cb05f60cb878352fefe295799a23149d2d476ac7.zip | |
chore: add CODEOWNERS and natsuoto to AUTHORS
Two pieces of collaboration infrastructure:
- `.github/CODEOWNERS`: a single `* @luciferreeves` rule. Combined with
the "Require review from Code Owners" branch-protection rule on
`main`, every PR will auto-request Bobby as reviewer and cannot
merge without his approval.
- `AUTHORS.rst`: add `natsuoto`, the agent identity that has authored
every commit from #32 onward.
Closes #38
| -rw-r--r-- | .github/CODEOWNERS | 1 | ||||
| -rw-r--r-- | AUTHORS.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..09e9045 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @luciferreeves diff --git a/AUTHORS.rst b/AUTHORS.rst index d772dad..5b4d182 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -3,3 +3,4 @@ Authors ======= * Bobby - https://thatcomputerscientist.com +* natsuoto / 夏音 - https://github.com/natsuoto |
