Skip to content

Replace references to SLIP with SIP #1110

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
Feb 11, 2020
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
10 changes: 3 additions & 7 deletions contribute/corelibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ There are several options for contributing to Scala's core libraries. You can:
* [Report Bugs or Issues](/contribute/bug-reporting-guide.html) against the core libraries.
* [Fix Bugs or Issues](/contribute/guide.html) against the
[reported library bugs/issues](https://github.com/scala/bug).
* Contribute significant new functionality or a new API by submitting
a Scala Library Improvement Process (SLIP) Document.

### Submitting a SLIP
### Significant changes

For significant new functionality or a whole new API to be considered for
inclusion in the core Scala distribution, you will be asked to submit a SLIP (Scala Library Improvement Process) document.

Please see [instructions for submitting a new SLIP](https://web.archive.org/web/20180116192845/http://docs.scala-lang.org/sips/slip-submission.html) and familiarize yourself with the [SIP/SLIP](http://docs.scala-lang.org/sips/) section of the Scala documentation site. Also please pay particular attention to the pre-requisites in the instructions before submitting a SLIP.
For significant new functionality or a whole new API to be considered for inclusion in the core Scala distribution,
please take into account [https://github.com/scala/scala-dev/issues/661] before doing so.