-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (17 loc) · 1 KB
/
CODEOWNERS
File metadata and controls
19 lines (17 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Lines starting with '#' are comments.
# Each line is a case-sensitive file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# More information: https://docs.github.com/en/articles/about-code-owners
#
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
# order.
# The main branch is now in convergence, which means major changes, such as
# large refactoring or new features, should be avoided. This strategy is
# intended to maintain the stability of the Swift 6.4 release leading up to
# the May 4th branch. For any work that requires broad changes or introduces
# new features, create a feature branch and open a draft pull request.
# All updates to the swiftlang/swift repository’s main branch require
# approval from the release managers. A pull request targeting swiftlang/swift
# will automatically add release managers. You can also contact them
# via @release-managers in the forum group.
* @swiftlang/swift-branch-managers