Skip to content

Commit f22c24d

Browse files
seattleplusadilger
authored andcommitted
Add list of all proposals to rules page
1 parent 5aea15b commit f22c24d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

templates/Pages/rules.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,33 @@
115115

116116
</ul>
117117
</div>
118+
119+
<div class="content">
120+
<h2>Current and Past Proposals</h2>
121+
122+
<p>
123+
This is a list of all current and past proposals that have been reviewed by the Steering Committee and Community. All changes to the rules are goverened by the
124+
<b>
125+
<?php
126+
echo $this->Html->link(__('Major Benchmark Change Request/Proposal.'), [
127+
'controller' => 'pages',
128+
'action' => 'display',
129+
'rules-benchmark'
130+
]);
131+
?>
132+
</b>
133+
</p>
134+
135+
<ul>
136+
<li>
137+
<a href="https://docs.google.com/document/d/1zr88byIhNIhVXp6KN6v4zGB828oNs2LDZSbIj-3zGpc/edit?usp=sharing">Random Read Proposal (Pilot)</a>
138+
</li>
139+
<li>
140+
<a href="/files/io500-reproducibility-proposal.pdf">Reproducibility Proposal (Incorporated)</a>
141+
</li>
142+
<li>
143+
<a href="/files/io500-list-split-proposal.pdf">List Split Proposal (Incorporated)</a>
144+
</li>
145+
</ul>
146+
</div>
147+

0 commit comments

Comments
 (0)