Skip to content

Commit c8d3370

Browse files
authored
Merge pull request #38 from Iterable/codeowners
chore: add CODEOWNERS file to define repository ownership
2 parents b9d2e97 + 6f60399 commit c8d3370

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This is a CODEOWNERS file. It defines who is responsible for different parts of the codebase.
2+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
# These owners will be the default owners for everything in the repo.
5+
# Unless a later match takes precedence, they will be requested for review when someone opens a pull request.
6+
* @Iterable/mobile
7+
8+
# Plugin source code
9+
/plugin/ @Iterable/mobile
10+
11+
# Runtime code
12+
/src/ @Iterable/mobile
13+
14+
# Example app
15+
/example/ @Iterable/mobile
16+
17+
# Configuration files
18+
/.github/ @Iterable/mobile
19+
/tsconfig.json @Iterable/mobile
20+
/.eslintrc.js @Iterable/mobile
21+
/.prettierrc @Iterable/mobile
22+
/.editorconfig @Iterable/mobile
23+
/.nvmrc @Iterable/mobile
24+
25+
# Documentation
26+
/README.md @Iterable/mobile
27+
/CHANGELOG.md @Iterable/mobile
28+
/LICENSE @Iterable/mobile
29+
30+
# Build and test configuration
31+
/jest.config.js @Iterable/mobile
32+
/expo-module.config.json @Iterable/mobile

0 commit comments

Comments
 (0)