Skip to content

Commit

Permalink
docs: update Code Owners
Browse files Browse the repository at this point in the history
  • Loading branch information
damla authored Dec 8, 2020
1 parent 20c9230 commit 2c1fffe
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @damla will be requested for
# review when someone opens a pull request.
* @damla

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
CONTRIBUTING.md @TheYkk
CODE_OF_CONDUCT.md @TheYkk
.github/ @TheYkk
CONTRIBUTING.md @damla @TheYkk
CODE_OF_CONDUCT.md @damla @TheYkk
.github/ @damla @TheYkk

# The `docs/*` pattern will match files like
# `docs/getting-started.md` but not further nested files like
docs/* @omerayyildiz
docs/* @damla @omerayyildiz

0 comments on commit 2c1fffe

Please sign in to comment.