From e3e2db5098fdaa9bf31524c977119c0080f136ad Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Tue, 11 Mar 2025 14:23:41 +0100
Subject: [PATCH] Remove the MR description template as expected effect on user
 failed, see #3348

---
 .gitlab/merge_request_templates/Default.md | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 .gitlab/merge_request_templates/Default.md

diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
deleted file mode 100644
index efb80893..00000000
--- a/.gitlab/merge_request_templates/Default.md
+++ /dev/null
@@ -1,14 +0,0 @@
-Please insert x between square brackets to tick the boxes, add a meaningful description if the title is not enough and check the outcome with the "Preview" tab
-
-**In case you committed a new geometry:**
-- [ ] Ran the scripts for materials and radiation length check on my new geometry file? (and read carefully the output of course)
-    ```
-    bash ci_scripts/check_radlen.sh <path>/<file>.geo.root
-    ```
-- [ ] Added also the corresponding creation macro?
-- [ ] Checked that the geometry does not contains unexpected overlaps, e.g. either at end of the creation macro or with the something similar to the mCBM macro \
-`macro/mcbm/mcbm_check_overlaps.C`
-
-**In case you committed a new setup file:**
-- [ ] Checked that all geometries listed are present in the repository?
-- [ ] Ran the CBMROOT `macro/geometry/check_media.C` on the corresponding `.geo.root` file? (output by the transport macro)
-- 
GitLab