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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-02-25 15:50:31 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-02-25 15:50:31 +0300
commit93bbd834ca39b304305ce4ba6ff5b3a83480ffb1 (patch)
tree4495fe50f59d7ab3e566a94a6ee531759963d8fa /.gitlab
parentaa10c88dffb137ccddcd381b6955a0c4902fa318 (diff)
Improve the "Bug" issue template.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 7e227cae..e5aeb7da 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -2,7 +2,22 @@
<!-- Describe what the problem is -->
+## Steps to reproduce
+
+<!-- Add an ordered list of action to reproduce the problem; provide any important prerequisites (e.g. "in incognito mode")
+
+## Actual result
+
+<!-- What was the actual behavior -->
+
+## Expected result
+
+<!-- What was the expected behavior -->
+
+## Further details
+
+<!-- Any additional info that may help locating the bug or provides useful context -->
<!-- Do not edit below this line -->
-/label ~bug
+/label ~bug \ No newline at end of file