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
feat: add Contributor Experience Workgroup and Platforms Steering Group (#642)
* feat: add Contributor Experience Workgroup and Platforms Steering Group to community
* fix: remove `steering` text for workgroups
* feat: spilit Steering Groups with Workgroups
* fix: remove duplicate groupnames in heading
Copy file name to clipboardExpand all lines: community/index.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,15 @@ Advancing the Swift programming language with a coherent, clear view of its evol
26
26
*__[Code Owner](#code-owners)__ is the individual responsible for a specific area of the Swift codebase.
27
27
*__[Committer](/contributing/#commit-access)__ is anyone that has commit access to the Swift code base.
28
28
*__[Contributor](/contributing/#contributing-code)__ is anyone that contributes a patch or helps with code review.
29
+
*__Steering Groups__
30
+
*__[Language](#language-steering-group)__ is a small group of experts that drive the Swift language forward in a coherent direction.
31
+
*__[Platforms](/platform-steering-group)__ is a small group of experts that enables the Swift language and its tools to be used in new environments.
29
32
*__Workgroups__
30
-
*__[C++ Interoperability Workgroup](/cxx-interop-workgroup)__ is a team that works on adding the support for the bidirectional interoperability between Swift and C++.
31
-
*__[Documentation Workgroup](/documentation-workgroup)__ is a steering team that helps guide the documentation experience for Swift.
32
-
*__[Language Steering Group](#language-steering-group)__ is a small group of experts that drive the Swift language forward in a coherent direction.
33
-
*__[Swift on Server Workgroup](/sswg)__ is a steering team that promotes the use of Swift for developing and deploying server applications.
34
-
*__[Website Workgroup](/website-workgroup/)__ is a steering team that helps guide the evolution on the Swift.org website.
33
+
*__[C++ Interoperability](/cxx-interop-workgroup)__ is a team that works on adding the support for the bidirectional interoperability between Swift and C++.
34
+
*__[Contributor Experience](/contributor-experience-workgroup)__ is a team that supports contributors to the Swift project, including contributions on the Swift Forums.
35
+
*__[Documentation](/documentation-workgroup)__ is a team that helps guide the documentation experience for Swift.
36
+
*__[Swift on Server](/sswg)__ is a team that promotes the use of Swift for developing and deploying server applications.
37
+
*__[Website](/website-workgroup/)__ is a team that helps guide the evolution on the Swift.org website.
35
38
36
39
Most importantly, everyone that uses Swift is a valued member of our extended community.
0 commit comments