Skip to content

Commit 25575a9

Browse files
authored
Code owners (#38)
* Add CODEOWNERS file to define code ownership and reviewers * Add .github/CODEOWNERS to .prettierignore
1 parent f8273ac commit 25575a9

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GitHub CODEOWNERS file
2+
# This file defines code ownership and required reviewers for pull requests
3+
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+
# Default owner for everything in the repository
6+
* @mwarman
7+
8+
# GitHub configuration and workflows
9+
/.github/ @mwarman
10+
11+
# Documentation
12+
/docs/ @mwarman

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/CODEOWNERS

0 commit comments

Comments
 (0)