Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/issue_templates/Bug.md')
-rw-r--r--.gitlab/issue_templates/Bug.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 037f83c93d2..41b694fdf2c 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -12,37 +12,39 @@ and verify the issue you're about to submit isn't a duplicate.
### Summary
-(Summarize the bug encountered concisely)
+<!-- Summarize the bug encountered concisely. -->
### Steps to reproduce
-(How one can reproduce the issue - this is very important)
+<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
### Example Project
-(If possible, please create an example project here on GitLab.com that exhibits the problematic behavior, and link to it here in the bug report)
-
-(If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version)
+<!-- If possible, please create an example project here on GitLab.com that exhibits the problematic
+behavior, and link to it here in the bug report. If you are using an older version of GitLab, this
+will also determine whether the bug is fixed in a more recent version. -->
### What is the current *bug* behavior?
-(What actually happens)
+<!-- Describe what actually happens. -->
### What is the expected *correct* behavior?
-(What you should see instead)
+<!-- Describe what you should see instead. -->
### Relevant logs and/or screenshots
-(Paste any relevant logs - please use code blocks (```) to format console output,
-logs, and code as it's tough to read otherwise.)
+<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
+ as it's tough to read otherwise. -->
### Output of checks
-(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
+<!-- If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com -->
#### Results of GitLab environment info
+<!-- Input any relevant GitLab environment information if needed. -->
+
<details>
<summary>Expand for output related to GitLab environment info</summary>
@@ -59,6 +61,8 @@ logs, and code as it's tough to read otherwise.)
#### Results of GitLab application Check
+<!-- Input any relevant GitLab application check information if needed. -->
+
<details>
<summary>Expand for output related to the GitLab application check</summary>
<pre>
@@ -76,6 +80,6 @@ logs, and code as it's tough to read otherwise.)
### 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. -->
/label ~bug