-
Notifications
You must be signed in to change notification settings - Fork 47
workspace: add CODEOWNERS
#331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# For `CODEOWNERS` documentation, see: | ||
# <https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners> | ||
|
||
# Default owner(s) of all code. | ||
* @Boog900 @hinto-janai | ||
|
||
# hinto-janai | ||
/benches/** @hinto-janai | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In this case, changes to Other notes:
@Boog900 you need to enable the codeowner ruleset for
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hinto-janai I'm already registered to any changes in the repository and receive mails accordingly. You can add me to it |
||
/books/architecture/** @hinto-janai | ||
/books/user/** @hinto-janai | ||
/constants/** @hinto-janai | ||
/rpc/** @hinto-janai | ||
/storage/blockchain/** @hinto-janai | ||
/storage/database/** @hinto-janai | ||
/test-utils/data/** @hinto-janai | ||
/test-utils/rpc/** @hinto-janai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ordering matters, @Boog900 will appear at the top in the reviewers list and so-on.