You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,16 @@ Most importantly, everyone that uses Swift is a valued member of our extended co
37
37
38
38
#### Project Lead
39
39
40
+
[Contact via Forums](https://forums.swift.org/new-message?username=tkremenek)
41
+
40
42
Apple Inc. is the project lead and serves as the arbiter for the project. The project lead makes senior appointments to leadership roles, with those leaders coming from the worldwide Swift community of contributors. The community leaders and code contributors work together to continually improve Swift, and the language will advance by the good works of everyone involved.
41
43
42
44
[Ted Kremenek](mailto:[email protected]) is the appointed representative from Apple, and acts as the voice of the project lead.
43
45
44
46
#### Core Team
45
47
48
+
[Contact via Forums](https://forums.swift.org/new-message?groupname=core-team)
49
+
46
50
The Core Team provides cohesion across the Swift community's various workgroups and initiatives, providing support and strategic alignment. The Project Lead appoints members of the Core Team to bring a mixture of experience, expertise, and leadership so the group may together act as effective stewards for the Swift project and its community. The Core Team membership is expected to change over time.
47
51
48
52
The current Core Team members are:
@@ -51,7 +55,9 @@ The current Core Team members are:
51
55
{% for person in people %}* {{ person.name }}
52
56
{% endfor %}
53
57
54
-
#### Language Workgroup
58
+
#### Language Workgroup
59
+
60
+
[Contact via Forums](https://forums.swift.org/new-message?groupname=language-workgroup)
55
61
56
62
The Language Workgroup comprises experts that the Swift Project Lead and the Core Team have identified as possessing a balance of perspectives and expertise to review, guide, and strategically align changes to the language mindfully. The Language Workgroup reviews and helps iterate [language evolution proposals](/contributing/#evolution-process) from the community, acting as the approver of these proposals. Workgroup members help drive the Swift language forward coherently to create the best possible general-purpose programming language. The Language Workgroup membership is expected to change over time.
57
63
@@ -63,6 +69,8 @@ The current Language Workgroup members are:
63
69
64
70
#### Code Owners
65
71
72
+
[Contact via Forums](https://forums.swift.org/new-message?groupname=code-owners)
73
+
66
74
Code owners are individuals assigned to specific areas of the Swift project, with code quality their primary responsibility. The umbrella Swift project is composed of numerous sub-projects including the Swift standard library, extensions to the LLDB debugger, and the Swift package manager, to name a few. Each sub-project will be assigned a code owner. The code owner then works to get all contributions reviewed, gather feedback from the community, and shepherd approved patches into the product.
67
75
68
76
Anyone can review a piece of code, and we welcome code review from everyone that is interested. Code review procedures are not dictated by a central, global policy. Instead, the process is defined by each code owner.
0 commit comments