File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file defines the set of people responsible for different sections of the
2
+ # codebase
3
+ #
4
+ # Being listed as a code owner on a section here means that user is empowered
5
+ # to approve and merge pull requests for that section of code. It also comes
6
+ # with an expected responsibility to review and maintain those subsections of
7
+ # the repository.
8
+ #
9
+ # A PR can be merged when approved by at least one codeowner. For PRs that touch
10
+ # more than one section with non-overlapping codeowners more than one codeowner
11
+ # may be required to approve a PR.
12
+ #
13
+ # However, every contributor to the project can (and should!) review open PRs. This
14
+ # file is just about outlining responsibility for maintainership and final
15
+ # review/merging of PRs in different subsections of the repository.
16
+
17
+ # Global rule, unless specialized by a later one
18
+ * @ openqasm/qe-maintainers
19
+
20
+ # folders (also their corresponding tests)
21
+
22
+ # Override the release notes directories to have _no_ code owners, so any review
23
+ # from somebody with write access is acceptable.
24
+ /releasenotes /notes
You can’t perform that action at this time.
0 commit comments