Skip to content

Commit

Permalink
Merge pull request #7 from SigNoz/chore/add-codeowners-file
Browse files Browse the repository at this point in the history
chore: add CODEOWNERS file
  • Loading branch information
YounixM authored Oct 1, 2024
2 parents 103ad68 + fc114a7 commit db08ebc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners
# Owners are automatically requested for review for PRs that changes code
# that they own.

/packages/eslint-config @ahmadshaheer
/packages/tailwind-config @ahmadshaheer
/packages/typescript-config @ahmadshaheer
/packages/theme @ahmadshaheer
/turbo @ahmadshaheer
package.json @ahmadshaheer
README.md @ahmadshaheer
turbo.json @ahmadshaheer
.npmrc @ahmadshaheer
/.turbo @ahmadshaheer
/.changeset @ahmadshaheer
/apps/docs/vite.config.ts @ahmadshaheer
/apps/docs/package.json @ahmadshaheer
/apps/docs/tsconfig.json @ahmadshaheer
/apps/docs/.storybook @ahmadshaheer

0 comments on commit db08ebc

Please sign in to comment.