Skip to content

Update index with new SIP description #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions sips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,21 @@ associated changes to the Scala language or compiler.

## SIPs

SIPs are for changes to the Scala language and/or compiler and are subject to a
A **SIP** (_Scala Improvement Process_) is a process for submitting changes to
the Scala language. Its main motivation is to become the primary mechanism to
propose, discuss and implement language changes. In this process, all changes to
the language go through design documents, called Scala Improvement Proposals
(SIPs), which are openly discussed by a committee and only upon reaching a
consensus are accepted to be merged into the Scala compiler.

The aim of the Scala Improvement Process is to apply the openness and
collaboration that have shaped Scala's documentation and implementation to the
process of evolving the language. SIPs are for changes to the Scala
language and/or compiler and are subject to a
[rigorous review process](./sip-submission.html) and are usually accompanied by
changes to the [Scala language specification](http://www.scala-lang.org/files/archive/spec/2.11/),
lots of review and discussion on
the [scala-internals](https://groups.google.com/forum/#!forum/scala-internals) mailing list
and voting/approval milestones. Please read
[Submitting a SIP](./sip-submission.html) and our [SIP tutorial](./sip-tutorial.html) for
more information.