Skip to content

Commit 7c6aee1

Browse files
committed
Put pending SIPs on top
1 parent 8acab98 commit 7c6aee1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_sips/all.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ redirect_from:
1010
{% assign sips = site.sips | sort: 'number' | reverse %}
1111
{% assign sipData = site.data.sip-data %}
1212

13+
## Pending SIPs
14+
15+
For proposals that are at the design or implementation stage, and that are actively
16+
discussed by the committee and the proposals' authors, please
17+
refer to the [GitHub PR queue](https://github.com/scala/improvement-proposals/pulls?q=is%3Apr+is%3Aopen).
18+
1319
## Completed SIPs
1420

1521
Proposals that have been implemented in the compiler and that are available as a stable
@@ -29,12 +35,6 @@ of the compiler (accepted). Click on a proposal to read its content.
2935
</ul>
3036
</div>
3137

32-
## Pending SIPs
33-
34-
For proposals that are at the design or implementation stage, and that are actively
35-
discussed by the committee and the proposals' authors, please
36-
refer to the [GitHub PR queue](https://github.com/scala/improvement-proposals/pulls?q=is%3Apr+is%3Aopen).
37-
3838
## Rejected SIPs
3939

4040
Please refer to [GitHub](https://github.com/scala/improvement-proposals/pulls?q=is%3Apr+label%3Astatus%3Arejected) for proposals that have been rejected by the committee and the corresponding discussions.

0 commit comments

Comments
 (0)