forked from 18F/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
85 lines (73 loc) · 5.16 KB
/
CODEOWNERS
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
##########################################################################
# This file, in addition to specifying code ownership, represents the
# content ownership schema for the TTS Handbook. Teams "own" various pages
# in the Handbook, and thus they should be the ones to approve changes to
# their content.
#
# The format for ownership assignments goes like:
# <FILES> @18F/<TEAM>
#
# Where <FILES> represents a pattern to match one or more files and <TEAM>
# represents a team within the 18F GitHub organization that "owns" <FILES>.
# A list of the teams can be found [here](https://github.com/orgs/18F/teams).
###########################################################################
# Any changes to ownership should be approved by the Handbook owners.
CODEOWNERS @18F/handbook-owners
# Every change that doesn't have a designated code owner should, by default,
# be reviewed by one of the Handbook owners.
* @18F/handbook-owners
###########################################################################
# TTS Offices
###########################################################################
## Office of Operations
_pages/office-of-operations/outreach.md @18F/outreach
_pages/office-of-operations/blogging.md @18F/outreach
_pages/office-of-operations/talent.md @18F/team-talent
## Office of Acquisition
_pages/office-of-acquisition/* @18F/tts-office-of-acqusition
## 18F
_pages/18f/* @18F/18f-handbook-owners
## Solutions
_pages/office-of-solutions/* @18F/solutions-handbook-owners
## Centers of Excellence (CoE)
_pages/centers-of-excellence/* @18F/coes
###########################################################################
# Guilds, working groups, and councils
###########################################################################
_pages/about-us/diversity.md @18F/guild-deia
_pages/about-us/code-of-conduct.md @18F/guild-deia
_pages/general-information-and-resources/deia-resources.md @18F/guild-deia
_pages/general-information-and-resources/inclusive-behaviors.md @18F/guild-deia
_pages/general-information-and-resources/inclusion-bot.md @18F/guild-deia
_pages/about-us/digital-council.md @18F/digital-council
###########################################################################
# Classes
###########################################################################
_pages/getting-started/classes/accessibility.md @18F/guild-accessibility
_pages/getting-started/classes/intro-to-TTS-Tech-Portfolio.md @18F/tts-tech-portfolio
_pages/getting-started/classes/meetings-and-meeting-tools.md @18F/tts-tech-portfolio
_pages/getting-started/classes/gsa-internal-tools.md @18F/tts-tech-portfolio
_pages/getting-started/classes/travel-101.md @18F/people-ops
_pages/getting-started/classes/benefits.md @18F/people-ops
_pages/getting-started/classes/writing-lab.md @18F/guild-content
###########################################################################
# People Ops
###########################################################################
_pages/performance-management/* @18F/people-ops
_pages/getting-started/* @18F/people-ops
_pages/travel-and-leave/* @18F/people-ops
_pages/hiring-staying-or-changing-jobs/* @18F/team-talent
_pages/training-and-development/* @18F/people-ops
###########################################################################
# General information and policies
###########################################################################
_pages/about-us/* @18F/handbook-owners
_pages/general-information-and-resources/employee-resources-policies @18f/people-ops
_pages/general-information-and-resources/tech-policies @18f/tts-tech-portfolio
_pages/general-information-and-resources/* @18f/handbook-owners
###########################################################################
# Tech Portfolio
###########################################################################
_pages/launching-software/* @18F/tts-tech-portfolio
_pages/tools/* @18F/tts-tech-portfolio
_pages/training-and-development/intro-to-github.md @18F/tts-tech-portfolio