summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-05-11 11:09:07 +0800
committerMark Fletcher <mark@gitlab.com>2017-05-11 11:21:16 +0800
commita41a0c7642aacdf5d360cf6862e203d5db4a45d5 (patch)
tree4eeba8421bf600d4295bba3944a991ffb45059b3
parent1ccf101eef7db401317838a453795fa1c28ec036 (diff)
downloadgitlab-ce-a41a0c7642aacdf5d360cf6862e203d5db4a45d5.tar.gz
Add summary lines for collapsed details in the bug report template
[skip ci]
-rw-r--r--.gitlab/issue_templates/Bug.md2
-rw-r--r--changelogs/unreleased/issue-templates-summary-lines.yml4
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 66e1e0e20b3..58af062e75e 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -40,6 +40,7 @@ logs, and code as it's very hard to read otherwise.)
#### Results of GitLab environment info
<details>
+<summary>Expand for output related to GitLab environment info</summary>
<pre>
(For installations with omnibus-gitlab package run and paste the output of:
@@ -54,6 +55,7 @@ logs, and code as it's very hard to read otherwise.)
#### Results of GitLab application Check
<details>
+<summary>Expand for output related to the GitLab application check</summary>
<pre>
(For installations with omnibus-gitlab package run and paste the output of:
diff --git a/changelogs/unreleased/issue-templates-summary-lines.yml b/changelogs/unreleased/issue-templates-summary-lines.yml
new file mode 100644
index 00000000000..0c8c3d884ce
--- /dev/null
+++ b/changelogs/unreleased/issue-templates-summary-lines.yml
@@ -0,0 +1,4 @@
+---
+title: Add summary lines for collapsed details in the bug report template
+merge_request:
+author: