diff options
| author | Fuwn <[email protected]> | 2021-06-12 12:42:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 12:42:59 -0700 |
| commit | 1e6084bec1a0134c63cc2fa99f7bbc1de8afd661 (patch) | |
| tree | 720fdf8d39eaab1b1704f6d5847f3754d7142e94 | |
| parent | docs(readme): extra doc info (diff) | |
| download | whirl-1e6084bec1a0134c63cc2fa99f7bbc1de8afd661.tar.xz whirl-1e6084bec1a0134c63cc2fa99f7bbc1de8afd661.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 |