-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
Copy pathCODEOWNERS
22 lines (18 loc) · 1 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file defines the persons that will be assigned as reviewers for PRs that
# modify a particular file in the repo. Please note it is just a convention
# for the GitHub interface, and any member of the QISKit team can (and should!)
# review as well.
# Real code owners.
#* @jaygambetta @ismaelfaro
# Generic rule for the repository. This pattern is actually the one that will
# apply unless specialized by a later rule
* @ajavadia @ewinston @atilag @delapuente @diego-plan9
# Individual folders on root directory
/cmake @ajavadia @atilag @diego-plan9
/doc @jaygambetta @ajavadia @atilag @diego-plan9
/examples @jaygambetta @ajavadia @atilag @diego-plan9
/src @chriseclectic @ajavadia @atilag @diego-plan9
# qiskit folders
qiskit/qasm/* @1ucian0 @ajavadia @ewinston @atilag @delapuente @diego-plan9
qiskit/tools/* @antoniomezzacapo @chriseclectic @ajavadia @ewinston @atilag @delapuente @diego-plan9
qiskit/schemas/* @jaygambetta @ajavadia @ewinston @atilag @delapuente @diego-plan9