Skip to content

Commit a4e51ca

Browse files
authored
Add forums link to contact the community groups (#340)
1 parent cc60a9e commit a4e51ca

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

community/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ Most importantly, everyone that uses Swift is a valued member of our extended co
3737

3838
#### Project Lead
3939

40+
[Contact via Forums](https://forums.swift.org/new-message?username=tkremenek)
41+
4042
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.
4143

4244
[Ted Kremenek](mailto:[email protected]) is the appointed representative from Apple, and acts as the voice of the project lead.
4345

4446
#### Core Team
4547

48+
[Contact via Forums](https://forums.swift.org/new-message?groupname=core-team)
49+
4650
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.
4751

4852
The current Core Team members are:
@@ -51,7 +55,9 @@ The current Core Team members are:
5155
{% for person in people %}* {{ person.name }}
5256
{% endfor %}
5357

54-
#### Language Workgroup
58+
#### Language Workgroup
59+
60+
[Contact via Forums](https://forums.swift.org/new-message?groupname=language-workgroup)
5561

5662
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.
5763

@@ -63,6 +69,8 @@ The current Language Workgroup members are:
6369

6470
#### Code Owners
6571

72+
[Contact via Forums](https://forums.swift.org/new-message?groupname=code-owners)
73+
6674
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.
6775

6876
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

Comments
 (0)