From fcc2394091bf6ce7479de2cc6e3df942444e81e1 Mon Sep 17 00:00:00 2001 From: RibhuDP Date: Tue, 20 Feb 2024 20:49:00 +0530 Subject: [PATCH] Add CODEOWNERS to repository Add codeowners to add reviewers automatically for Pull Requests Signed-off-by: RibhuDP --- .github/CODEOWNERS | 11 +++++++++++ .gitignore | 1 + 2 files changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .gitignore 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