diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..754f882 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS file for nzpy repository +# This file defines the code owners for the nzpy project. +# Code owners are automatically requested for review when someone opens a pull request +# that modifies code that they own. +# +# For more information about CODEOWNERS, see: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default owners for everything in the repo +# These users will be requested for review when someone opens a pull request +* @abhishekjog @Ayush900 @SagarSoni1510 diff --git a/README.md b/README.md index 6a014fc..b275bed 100644 --- a/README.md +++ b/README.md @@ -330,8 +330,8 @@ example: 5. Create new Pull Request 6. Assign any one of the reviewers: - abhishekjog - - sandippawar1412 - - shabbir10july + - SagarSoni1510 + - Ayush900 ## License @@ -355,4 +355,3 @@ limitations under the License. ``` [issues]: https://github.com/IBM/nzpy/issues/new -