Skip to content

Commit 4a1c2e2

Browse files
authored
chore: added CODEOWNERS file (#11)
This file contains the usernames of the code's owners. The file syntax is similar to that of .gitignore. The owners will be automatically added to the review line of PRs. This should make it easier for us to request PR reviews, and it will definitely be easier for OSS contributors who want to send a PR. More info: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
1 parent b5bf2c1 commit 4a1c2e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/CODEOWNERS

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code owners are automatically requested for review when someone opens a pull
2+
# request containing files matching the given path. The syntax for file paths
3+
# is the same as .gitignore.
4+
5+
# The owners for all files in the repo, sorted alphabetically.
6+
* @coryan @devbww @devjgm @mr-salty @scotthart

0 commit comments

Comments
 (0)