Просмотр исходного кода

feat (ci): Added minimal MR template

Jakob Hasse 4 лет назад
Родитель
Сommit
c81f8b7e17
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      .gitlab/merge_request_templates/Minimal_Template.md

+ 15 - 0
.gitlab/merge_request_templates/Minimal_Template.md

@@ -0,0 +1,15 @@
+<!-- This Template states the absolute minimum for an MR.
+    If you want to have a more elaborate template or know why we have this structure,
+    please use the "Mixed Template" or consult the Wiki. -->
+<!-- Add the CI labels to trigger the appropriate tests (e.g. "unit_test_esp32") --><!-- Mandatory -->
+<!-- Make sure the commit message follows the Wiki about "Commit Messages" --><!-- Mandatory -->
+
+<!-- Add description of the change here --><!-- Mandatory -->
+
+<!-- ## Related --><!-- Optional -->
+<!-- Related Jira issues and Github issues -->
+
+## Release notes <!-- Mandatory -->
+<!-- Either state release notes or write "No release notes" -->
+
+<!-- ## Breaking change notes --><!-- Optional -->