Skip to content

Commit bbc54d2

Browse files
Merge pull request #540 from jvican/patch-1
Update index with new SIP description
2 parents cfbfbda + 6543d8d commit bbc54d2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

sips/index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,21 @@ associated changes to the Scala language or compiler.
2929

3030
## SIPs
3131

32-
SIPs are for changes to the Scala language and/or compiler and are subject to a
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. SIPs are for changes to the Scala
42+
language and/or compiler and are subject to a
3343
[rigorous review process](./sip-submission.html) and are usually accompanied by
3444
changes to the [Scala language specification](http://www.scala-lang.org/files/archive/spec/2.11/),
3545
lots of review and discussion on
3646
the [scala-internals](https://groups.google.com/forum/#!forum/scala-internals) mailing list
3747
and voting/approval milestones. Please read
3848
[Submitting a SIP](./sip-submission.html) and our [SIP tutorial](./sip-tutorial.html) for
3949
more information.
40-

0 commit comments

Comments
 (0)