Sfoglia il codice sorgente

GitLab: Add a link to the Markdown documentation in issue and MR templates

n7800 2 settimane fa
parent
commit
bfa5871d56

+ 3 - 4
.gitlab/issue_templates/Bug.md

@@ -1,3 +1,5 @@
+<!-- See available text formatting: https://gitlab.com/help/user/markdown.md -->
+
 ## Summary
 ## Summary
 <!-- Summarize the bug encountered concisely -->
 <!-- Summarize the bug encountered concisely -->
 
 
@@ -22,10 +24,7 @@ behavior, and link to it here in the bug report. -->
 <!-- What you should see instead -->
 <!-- What you should see instead -->
 
 
 ## Relevant logs and/or screenshots
 ## Relevant logs and/or screenshots
-<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
-it's very hard to read otherwise.
-You can also use syntax highlighting for Pascal with: ```pascal  the code```
-For more information see https://docs.gitlab.com/ee/user/markdown.html -->
+<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code -->
 
 
 ## Possible fixes
 ## Possible fixes
 <!-- If you can, link to the line of code that might be responsible for the problem -->
 <!-- If you can, link to the line of code that might be responsible for the problem -->

+ 2 - 0
.gitlab/issue_templates/Feature Request.md

@@ -1,3 +1,5 @@
+<!-- See available text formatting: https://gitlab.com/help/user/markdown.md -->
+
 ## Summary
 ## Summary
 <!-- Summarize the wanted feature concisely -->
 <!-- Summarize the wanted feature concisely -->
 
 

+ 3 - 2
.gitlab/merge_request_templates/Compiler.md

@@ -1,3 +1,5 @@
+<!-- See available text formatting: https://gitlab.com/help/user/markdown.md -->
+
 ## Summary
 ## Summary
 <!-- Summarize the changes from this merge request -->
 <!-- Summarize the changes from this merge request -->
 
 
@@ -14,5 +16,4 @@
 <!-- What you should see instead -->
 <!-- What you should see instead -->
 
 
 ## Relevant logs and/or screenshots
 ## Relevant logs and/or screenshots
-<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
-it's very hard to read otherwise.  -->
+<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code -->

+ 3 - 2
.gitlab/merge_request_templates/Packages.md

@@ -1,3 +1,5 @@
+<!-- See available text formatting: https://gitlab.com/help/user/markdown.md -->
+
 ## Summary
 ## Summary
 <!-- Summarize the changes from this merge request -->
 <!-- Summarize the changes from this merge request -->
 
 
@@ -8,8 +10,7 @@
 <!-- What you should see instead -->
 <!-- What you should see instead -->
 
 
 ## Relevant logs and/or screenshots
 ## Relevant logs and/or screenshots
-<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
-it's very hard to read otherwise.  -->
+<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code -->
 
 
 <!-- automatically add a label - do not touch this area -->
 <!-- automatically add a label - do not touch this area -->
 /label ~Packages
 /label ~Packages