-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
Copy pathCODEOWNERS
16 lines (14 loc) · 982 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file defines the persons who will be assigned as reviewers for PRs that
# modify particular files in the repo. The PR can be merged when approved by at
# least one codeowner. However, all Qiskit team members can (and should!) review the PRs.
# Global rule, unless specialized by a later one
* @Qiskit/terra-core
# Qiskit folders (also their corresponding tests)
algorithms/ @Qiskit/terra-core @manoelmarques @woodsp-ibm
opflow/ @Qiskit/terra-core @manoelmarques @woodsp-ibm
qiskit/utils/ @Qiskit/terra-core @manoelmarques @woodsp-ibm
providers/ @Qiskit/terra-core @jyu00 @chriseclectic
quantum_info/ @Qiskit/terra-core @chriseclectic
pulse/ @Qiskit/terra-core @eggerdj @nkanazawa1989 @danpuzzuoli @taalexander @lcapelluto
scheduler/ @Qiskit/terra-core @eggerdj @nkanazawa1989 @danpuzzuoli @taalexander @lcapelluto
visualization/ @Qiskit/terra-core @nonhermitian @maddy-tod @nkanazawa1989