diff options
| author | Fuwn <[email protected]> | 2021-06-12 12:42:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 12:42:59 +0000 |
| commit | b9a58c63bfdcefa6cf94680068113bc9afbbf909 (patch) | |
| tree | 3c2b6d68a3966fac3c7908f3ef4737512c7b001c | |
| parent | docs(readme): extra doc info (diff) | |
| download | whirl-b9a58c63bfdcefa6cf94680068113bc9afbbf909.tar.xz whirl-b9a58c63bfdcefa6cf94680068113bc9afbbf909.zip | |
chore(github): create code owners file
Inspired by [hlissner](https://github.com/hlissner/doom-emacs/blob/develop/.github/CODEOWNERS#L6).
| -rw-r--r-- | CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..f1e6254 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# I will be the default owner for everything in the repository unless a later +# match takes precedence. +* @fuwn |