From 0976282a4625c6b145d9148a5119b9253b6b8d3b Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:37:50 +0530 Subject: [PATCH 1/4] Create CODEOWNERS --- .github/CODEOWNERS | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..b53fc72b35 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,69 @@ +# <-- DOCS FOR THIS FILE --> +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +# * @global-owner1 @global-owner2 + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a pull request that only +# modifies JS files, only @js-owner and not the global +# owner(s) will be requested for a review. +# *.js @js-owner + +# You can also use email addresses if you prefer. They'll be +# used to look up users just like we do for commit author +# emails. +# *.go docs@example.com + +# In this example, @doctocat owns any files in the build/logs +# directory at the root of the repository and any of its +# subdirectories. +# /build/logs/ @doctocat + +# The `docs/*` pattern will match files like +# `docs/getting-started.md` but not further nested files like +# `docs/build-app/troubleshooting.md`. +# docs/* docs@example.com + +# In this example, @octocat owns any file in an apps directory +# anywhere in your repository. +# apps/ @octocat + +# In this example, @doctocat owns any file in the `/docs` +# directory in the root of your repository. +# /docs/ @doctocat +# <-- /DOCS FOR THIS FILE --> + +# <-- COMMON TO ALL MAINTAINERS --> +/*.json @publiclab/is-maintainers +/*.md @publiclab/is-maintainers +/*.lock @ubliclab/is-maintainers +/Gruntfile.js @publiclab/is-maintainers +/.github/ @publiclab/is-maintainers +# <-- /COMMON TO ALL MAINTAINERS --> + +# <-- SPECIFIC MAINTAINERS --> +/index.js @publiclab/is-cli-maintainers +/src/cli/ @publiclab/is-cli-maintainers +/src/CliUtils.js @publiclab/is-cli-maintainers + +/src/*.js @publiclab/is-core-maintainers +/src/*.json @publiclab/is-core-maintainers +/src/util/ @publiclab/is-core-maintainers + +/src/modules/ @publiclab/is-module-maintainers +/docs/ @publiclab/is-module-maintainers + +/test/ @publiclab/is-tests-maintainers +/jest* @publiclab/is-tests-maintainers +/eslint* @publiclab/is-tests-maintainers +/travis* @publiclab/is-tests-maintainers +/gitpod* @publiclab/is-tests-maintainers + +/examples/ @publiclab/is-ui-maintainers +/icons/ @publiclab/is-ui-maintainers +# <-- /SPECIFIC MAINTAINERS --> From b425d059cbbc44a9274dee74d66091d0c9f7b6cd Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:18:53 +0530 Subject: [PATCH 2/4] Update .github/CODEOWNERS Co-authored-by: Jeffrey Warren --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b53fc72b35..9ca4553394 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -62,6 +62,8 @@ /jest* @publiclab/is-tests-maintainers /eslint* @publiclab/is-tests-maintainers /travis* @publiclab/is-tests-maintainers +.travis.yml @publiclab/is-tests-maintainers +.gitpod* @publiclab/is-tests-maintainers /gitpod* @publiclab/is-tests-maintainers /examples/ @publiclab/is-ui-maintainers From 713caf2d7eb51e9de232a096dfde338df78a2d9c Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:19:22 +0530 Subject: [PATCH 3/4] Update .github/CODEOWNERS Co-authored-by: Jeffrey Warren --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ca4553394..9941e3b3ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -68,4 +68,6 @@ /examples/ @publiclab/is-ui-maintainers /icons/ @publiclab/is-ui-maintainers +/test/ui-2/test/* @publiclab/is-ui-maintainers +/test/ui/spec/* @publiclab/is-ui-maintainers # <-- /SPECIFIC MAINTAINERS --> From 5b85e44f425cb708d7285332076a03ae5a4b24f9 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:19:37 +0530 Subject: [PATCH 4/4] Update .github/CODEOWNERS Co-authored-by: Jeffrey Warren --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9941e3b3ef..5b3c879a40 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -54,6 +54,7 @@ /src/*.js @publiclab/is-core-maintainers /src/*.json @publiclab/is-core-maintainers /src/util/ @publiclab/is-core-maintainers +/test/core/* @publiclab/is-core-maintainers /src/modules/ @publiclab/is-module-maintainers /docs/ @publiclab/is-module-maintainers