details: https://code.tryton.org/communication/website/commit/1ed8d071b2e4
branch: default
user: Cédric Krier <[email protected]>
date: Thu Jul 09 13:56:44 2026 +0200
description:
Add warning about deleting topic/branch when closing the corresponding
merge request
diffstat:
templates/develop.html.jinja | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 01e12f448b78 -r 1ed8d071b2e4 templates/develop.html.jinja
--- a/templates/develop.html.jinja Thu Jul 09 13:56:18 2026 +0200
+++ b/templates/develop.html.jinja Thu Jul 09 13:56:44 2026 +0200
@@ -61,6 +61,7 @@
</ul>
<p class="alert alert-info rounded">To ease the review process, avoid
pushing rebase and modifications at the same time and set a note when amending
a changeset.</p>
<p class="alert alert-info rounded">To avoid consuming CI resources, mark
the merge request as a draft until it is ready.</p>
+ <p class="alert alert-warning rounded">Remember to delete the
corresponding topic/branch if you close your merge request.</p>
</section>
<section>
<h2 id="guidelines">Guidelines</h2>