summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-11 14:10:19 +0000
committerRémy Coutable <remy@rymai.me>2017-05-11 14:10:19 +0000
commite3fa5275193df70159cba0173dbf99776788c34c (patch)
tree97a71423fe75afc68fb47bed13d4ba926e9dcb0e
parentf737a079cee6689e6ba6c1536f223a882a558f3e (diff)
parenta41a0c7642aacdf5d360cf6862e203d5db4a45d5 (diff)
downloadgitlab-ce-e3fa5275193df70159cba0173dbf99776788c34c.tar.gz
Merge branch 'issue-templates-summary-lines' into 'master'
Add summary lines for collapsed details in the bug report template See merge request !11280
-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: