File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ associated changes to the Scala language or compiler.
29
29
30
30
## SIPs
31
31
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
+
32
44
SIPs are for changes to the Scala language and/or compiler and are subject to a
33
45
[ rigorous review process] ( ./sip-submission.html ) and are usually accompanied by
34
46
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
37
49
and voting/approval milestones. Please read
38
50
[ Submitting a SIP] ( ./sip-submission.html ) and our [ SIP tutorial] ( ./sip-tutorial.html ) for
39
51
more information.
40
-
You can’t perform that action at this time.
0 commit comments