From 4a9b9c22321ad0cd94f49ea5b48f4e1ce58267fc Mon Sep 17 00:00:00 2001 From: Samuel Freilich Date: Thu, 23 Jul 2020 08:38:58 -0400 Subject: [PATCH] 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. --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..f96ca64 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + +lispguide.xml @sfreilich