Add CODEOWNERS file

Since this repository contains style guides managed by different owners/teams, it might be convenient to have a way to allow maintainers to get notified about PRs for specific files. GitHub's code owners feature provides a way to do that:
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

Adding myself to this for the Lisp Style Guide.
This commit is contained in:
Samuel Freilich 2020-07-23 08:38:58 -04:00 committed by GitHub
parent f87ee8407a
commit 4a9b9c2232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
CODEOWNERS Normal file
View File

@ -0,0 +1,3 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
lispguide.xml @sfreilich