-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCODEOWNERS
More file actions
31 lines (24 loc) · 1.4 KB
/
CODEOWNERS
File metadata and controls
31 lines (24 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (c) 2021 National Instruments
# Each line is a file pattern followed by one or more owners.
# More info: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
# These owners will be the default owners for everything in the repo.
* @rajsite @jattasNI
# Owners of specific locations or file patterns in the repo. Locations are relative to the root of the repo.
# Order is important. The last matching pattern has the most precedence.
# Specific packages
/packages/angular-workspace @rajsite @mollykreis
/packages/blazor-workspace @rajsite @msmithNI
/packages/nimble-components/build/generate-workers @rajsite @jattasNI @munteannatan
/packages/nimble-components/src/wafer-map @rajsite @jattasNI @munteannatan
/packages/nimble-components/src/rich-text @rajsite @jattasNI @vivinkrishna-ni
/packages/nimble-components/src/rich-text-mention @rajsite @jattasNI @vivinkrishna-ni
/**/chat/** @jattasNI
/**/breakpoint/** @jattasNI
/packages/nimble-tokens @rajsite @jattasNI @fredvisser
/packages/storybook/.storybook @rajsite @jattasNI @fredvisser
# Specs (placed after packages to have higher precedence for spec files contained in packages)
specs @rajsite @jattasNI @mollykreis
# .snyk security scanning configuration file
/.snyk @chris468 @cameronwaterman @BKnight760 @rbell517 @jattasNI @prestwick
# Change files don't need explicit reviewers
/change