forked from CivicActions/guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
18 lines (16 loc) · 1.02 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# These owners will be the default owners for everything in the repo.
# * @CivicActions/civicactions-team
# These will automatically assign PRs that touch files in these directories to their respective teams for review.
docs/00-contributing/* @CivicActions/docs
docs/01-welcome-to-civicactions/* @CivicActions/civicactions-team
docs/02-about-us/* @CivicActions/civicactions-team
docs/03-policies/* @CivicActions/management @CivicActions/docs
docs/03-policies/security.md @CivicActions/management @CivicActions/docs @openprivacy
docs/05-engineering/* @CivicActions/engineering @CivicActions/docs
docs/06-project-management/* @CivicActions/pm @CivicActions/docs
docs/07-sales-and-marketing/* @CivicActions/civicactions-team @CivicActions/docs
docs/08-hr-admin/* @CivicActions/management @CivicActions/docs
docs/09-security/* @CivicActions/security @CivicActions/docs