Skip to content

Commit 3eb84da

Browse files
authored
Merge pull request #436 from RaoulLuque/add_links_to_github
Add links to GitHub on Bors Help and Queue Pages
2 parents 1557279 + 4cbf341 commit 3eb84da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

templates/help.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,9 @@ <h2>Examples</h2>
181181
<li><code>{{ cmd_prefix }} try parent=last</code>: Start a try build using the same parent as the last try</li>
182182
<li><code>{{ cmd_prefix }} try @rust-timer queue</code>: Short-hand for compile-perf benchmarking of PRs</li>
183183
</ul>
184+
185+
<div style="text-align: center; margin-top: 1em;">
186+
<a href="https://github.com/rust-lang/bors">Contribute on GitHub</a>
187+
</div>
184188
</main>
185189
{% endblock %}

templates/queue.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,9 @@ <h1>
9595
{% endfor %}
9696
</tbody>
9797
</table>
98+
99+
<div style="text-align: center; margin-top: 1em;">
100+
<a href="https://github.com/rust-lang/bors">Contribute on GitHub</a>
101+
</div>
98102
</main>
99103
{% endblock %}

0 commit comments

Comments
 (0)