Skip to content

Commit b9ff287

Browse files
authored
Update index with new SIP description
1 parent d95343e commit b9ff287

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

sips/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ associated changes to the Scala language or compiler.
2929

3030
## SIPs
3131

32+
A **SIP** (_Scala Improvement Process_) is a process for submitting changes to
33+
the Scala language. Its main motivation is to become the primary mechanism to
34+
propose, discuss and implement language changes. In this process, all changes to
35+
the language go through design documents, called Scala Improvement Proposals
36+
(SIPs), which are openly discussed by a committee and only upon reaching a
37+
consensus are accepted to be merged into the Scala compiler.
38+
39+
The aim of the Scala Improvement Process is to apply the openness and
40+
collaboration that have shaped Scala's documentation and implementation to the
41+
process of evolving the language. This document captures our guidelines,
42+
commitments and expectations regarding this process.
43+
3244
SIPs are for changes to the Scala language and/or compiler and are subject to a
3345
[rigorous review process](./sip-submission.html) and are usually accompanied by
3446
changes to the [Scala language specification](http://www.scala-lang.org/files/archive/spec/2.11/),
@@ -37,4 +49,3 @@ the [scala-internals](https://groups.google.com/forum/#!forum/scala-internals) m
3749
and voting/approval milestones. Please read
3850
[Submitting a SIP](./sip-submission.html) and our [SIP tutorial](./sip-tutorial.html) for
3951
more information.
40-

0 commit comments

Comments
 (0)