diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7fc6f34 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# This file contains code owners for Precision Toolbox Pull Requests to main. +# Code owners are added automatically as reviewers. All PRs open against +# main will require approval of at least one code owner. +# +# More general documentation about code owners can be found here: +# https://github.blog/2017-07-06-introducing-code-owners/ + +# CODEOWNERS file format: + + +##### Global code owners (for whole files from repo) ##### +* ribhu.daspurkayastha@analog.com saikiran.gudla@analog.com \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f910997 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.github/CODEOWNERS \ No newline at end of file