Skip to content

Commit 79f55b4

Browse files
authored
Add a codeowners file (#237)
Closes #235.
1 parent 4e19977 commit 79f55b4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)