We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8273ac commit 25575a9Copy full SHA for 25575a9
2 files changed
.github/CODEOWNERS
@@ -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
@@ -0,0 +1 @@
+.github/CODEOWNERS
0 commit comments