Skip to content

Commit ad92e67

Browse files
committed
Updated with link
1 parent 5f59949 commit ad92e67

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

sips/sip-submission.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,18 @@ a SIP or needs more work.
7676
### Submission
7777

7878
After receiving the green light from the Process Lead, you can write up your
79-
idea and submit it as a SIP. It ought to contain a clear specification of the
80-
proposed changes. When such changes significantly alter the compiler internals,
81-
the author is invited to provide a proof of concept. Delivering a basic
82-
implementation can speed up the process dramatically. Even compiler hackers find
83-
very difficult to predict the interaction between the design and the
84-
implementation, so the sooner we have an evidence of a working prototype that
85-
interacts with all the features in Scala, the better. Otherwise, committee
86-
members may feel that the proposed changes are impossible and automatically
87-
dismiss them. If your changes are big or somewhat controversial, don’t let
88-
people hypothesize about them and show results upfront.
79+
idea and submit it as a SIP.
80+
81+
A SIP is a Markdown document written in conformance with the [process template](https://github.com/scala/slip/blob/master/slip-template.md).
82+
It ought to contain a clear specification of the proposed changes. When such
83+
changes significantly alter the compiler internals, the author is invited to
84+
provide a proof of concept. Delivering a basic implementation can speed up the
85+
process dramatically. Even compiler hackers find very difficult to predict the
86+
interaction between the design and the implementation, so the sooner we have an
87+
evidence of a working prototype that interacts with all the features in Scala,
88+
the better. Otherwise, committee members may feel that the proposed changes are
89+
impossible and automatically dismiss them. If your changes are big or somewhat
90+
controversial, don’t let people hypothesize about them and show results upfront.
8991

9092
A SIP is submitted as a pull request against [the official Scala website
9193
repo](https://github.com/scala/scala.github.com). Within a week of receiving the

0 commit comments

Comments
 (0)