Skip to content

Commit ff52064

Browse files
committed
Refer to GitHub for pending SIPs
1 parent e85f79f commit ff52064

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

_sips/all.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,9 @@ of the compiler (accepted). Click on a proposal to read its content.
3131

3232
## Pending SIPs
3333

34-
Proposals that are at the design or implementation stage, and that are actively
35-
discussed by the committee and the proposals’ authors. Click on a proposal to
36-
read its content, or the corresponding discussions on GitHub if its design has
37-
not been accepted yet.
38-
39-
<div class="sip-list">
40-
<ul>
41-
{% for sip in sips %}
42-
{% if sip.stage == "design" or sip.stage == "implementation" %}
43-
<li class="no-fragmentation">
44-
<strong>
45-
<a href="{% if sip.pull-request-number %}https://github.com/scala/improvement-proposals/pull/{{ sip.pull-request-number }}{% else %}{{ sip.url }}{% endif %}">
46-
{{ sip.kind | default: 'SIP' }}-{{ sip.number }} - {{ sip.title }}
47-
</a>
48-
</strong>
49-
<div class="tag" style="background-color: {{ sipData[sip.stage].color }}">Stage: {{ sipData[sip.stage].text }}</div>
50-
<div class="tag" style="background-color: {{ sipData[sip.status].color }}">Status: {{ sipData[sip.status].text }}</div>
51-
{% if sip.recommendation %}
52-
<div class="tag" style="background-color: {{ sipData[sip.recommendation].color }}">Recommendation: {{ sipData[sip.recommendation].text }}</div>
53-
{% endif %}
54-
</li>
55-
{% endif %}
56-
{% endfor %}
57-
</ul>
58-
</div>
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).
5937

6038
## Rejected SIPs
6139

0 commit comments

Comments
 (0)