Skip to content

Commit bfe4f2a

Browse files
Salakarrafikhan
authored andcommitted
chore(*): Initial setup of CODEOWNERS file (for automatic review assignments) (#98)
1 parent 75cfd53 commit bfe4f2a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# All documentation changes, e.g. changelogs & readmes.
2+
*.md @rachelsaunders
3+
4+
# Dependencies, package.json and mono-repo files
5+
package.json @Salakar @Ehesp
6+
*/package.json @Salakar @Ehesp
7+
lerna.json @Salakar @Ehesp
8+
9+
# Tests
10+
jest.config.js @Salakar @Ehesp
11+
*/jest.config.js @Salakar @Ehesp
12+
__tests__/* @Salakar @Ehesp

0 commit comments

Comments
 (0)