Skip to content

Commit 1c7739f

Browse files
committed
make the Governance page readable straight through
1 parent 66de336 commit 1c7739f

File tree

4 files changed

+43
-107
lines changed

4 files changed

+43
-107
lines changed

_data/governance.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

_includes/masthead-governance.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

_layouts/inner-page-governance.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
layout: inner-page-parent
33
---
44

5-
<!-- Masthead -->
6-
{% include masthead-governance.html %}
7-
85
<!-- Main content -->
96
{% include inner-page-main-content.html %}

governance/index.md

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ includeTOC: true
1010
Scala was created by [Prof. Martin Odersky](https://lampwww.epfl.ch/~odersky/)
1111
at [EPFL](https://epfl.ch).
1212

13-
The Scala language and associated websites are cooperative projects of the
14-
[Scala Center](https://scala.epfl.ch) at [EPFL](https://epfl.ch), the Scala 3
15-
team in Martin's research group, [LAMP](https://lamp.epfl.ch) (also at EPFL),
16-
the Scala teams at [Lightbend](https://www.lightbend.com) and
17-
[VirtusLab](https://virtuslab.com), and the Scala community more broadly, with
18-
participation from many companies, organizations, and individuals.
13+
The Scala language and associated websites are cooperative projects of these
14+
four groups:
15+
16+
* the [Scala Center](https://scala.epfl.ch) at [EPFL](https://epfl.ch)
17+
* the Scala 3 team in Martin's research group [LAMP](https://lamp.epfl.ch) (also at EPFL)
18+
* the Scala team at [Lightbend](https://www.lightbend.com)
19+
* the Scala team at [VirtusLab](https://virtuslab.com)
20+
21+
and the Scala community more broadly, with participation from many
22+
companies, organizations, and individuals.
23+
24+
## Who does what?
1925

2026
Scala 2 maintenance is primarily handled by the Lightbend team. They also
2127
participate in Scala 3 development.
@@ -33,3 +39,34 @@ Scala 3 development is done by the compiler team currently listed at
3339
[Scala Compiler Team](/maintainers/) page and Scala 2 maintainers list is
3440
located in [the github README](https://github.com/scala/scala#get-in-touch) of
3541
the scala/scala repository.
42+
43+
For Scala 3, see also the [Development guarantees](/development), which describes
44+
in detail how the timing and contents of Scala 3 releases are arrived at.
45+
46+
## Scala Improvement Process
47+
48+
The SIP is the primary mechanism for evolving the Scala language.
49+
50+
This process aims to evolve Scala openly and collaboratively. Anyone from the community is welcome to submit a Scala Improvement Proposal (SIP), which is then reviewed and discussed by a Committee. Every month, the Committee votes on the proposals to accept in the language.
51+
52+
For more information:
53+
54+
* [SIP home page](https://docs.scala-lang.org/sips/index.html)
55+
* [SIP Committee Members](https://docs.scala-lang.org/sips/process-specification.html#the-sip-committee)
56+
* [SIP Process Specification](https://docs.scala-lang.org/sips/process-specification.html)
57+
58+
## Scala Center
59+
60+
This is the Scala language foundation coordinating Scala governance, community, education, and OSS library/tool development.
61+
62+
The Scala Center contributes to the language core, open source Scala tooling and libraries, and
63+
delivers high-quality education materials. It fosters conversations in the community and coordinates with various parties to unblock and improve the Scala ecosystem.
64+
65+
Joining the Center's Advisory Board is an effective way to participate in Scala governance, have your voice heard, as well as supporting the Center to achieve its goals.
66+
67+
For more information:
68+
69+
* [Home page](https://scala.epfl.ch/)
70+
* [Joining the Advisory Board](https://scala.epfl.ch/corporate-membership.html)
71+
* [5 Year Impact Report](https://scala.epfl.ch/records/first-five-years/)
72+
* [2024 Roadmap](https://www.scala-lang.org/blog/2024/02/06/scala-center-2024-roadmap.html)

0 commit comments

Comments
 (0)