-
Notifications
You must be signed in to change notification settings - Fork 7
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (24 loc) · 1.81 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
# VxSuite Code Owners
# These owners are used to automate code reviews, if there is a specific part of the codebase you would like to be tagged on reviews for add yourself as a code owner.
# The order of this file is important. The last matching rule will take precedence.
# By default assign the vxsuite-eng group. Code reviews will be randomly round-robined within this group to assign someone on the team for a general code review.
* @votingworks/vxsuite-eng
# More specific ownership rules for more knowledge-specific reviews.
# It is recommended to continue to include the vxsuite-eng group in these so knowledge doesn't get too siloed and people gain context on code outside of what they own.
libs/ballot-encoder/ @eventualbuddha @votingworks/vxsuite-eng
libs/ballot-interpreter-nh/ @eventualbuddha @votingworks/vxsuite-eng
libs/ballot-interpreter-nh-next/ @eventualbuddha @votingworks/vxsuite-eng
libs/eslint-plugin-vx/ @eventualbuddha @votingworks/vxsuite-eng
frontends/election-manager/src/utils/exportable_tallies* @carolinemodic @votingworks/vxsuite-eng
frontends/election-manager/src/utils/external_tallies* @carolinemodic @votingworks/vxsuite-eng
frontends/election-manager/src/utils/sems_tallies* @carolinemodic @votingworks/vxsuite-eng
frontends/election-manager/src/lib/votecounting* @carolinemodic @votingworks/vxsuite-eng
libs/utils/src/tallies* @carolinemodic @votingworks/vxsuite-eng
libs/utils/src/votes* @carolinemodic @votingworks/vxsuite-eng
libs/utils/src/compressed_tallies* @carolinemodic @votingworks/vxsuite-eng
libs/logging/ @carolinemodic @votingworks/vxsuite-eng
.github/ @carolinemodic @votingworks/vxsuite-eng
libs/auth/ @arsalansufi @votingworks/vxsuite-eng
libs/dev-dock/ @jonahkagan @votingworks/vxsuite-eng
libs/grout/ @jonahkagan @votingworks/vxsuite-eng
libs/usb-drive/ @jonahkagan @votingworks/vxsuite-eng