diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-05-11 11:09:07 +0800 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-05-11 11:21:16 +0800 |
commit | a41a0c7642aacdf5d360cf6862e203d5db4a45d5 (patch) | |
tree | 4eeba8421bf600d4295bba3944a991ffb45059b3 /.gitlab | |
parent | 1ccf101eef7db401317838a453795fa1c28ec036 (diff) | |
download | gitlab-ce-a41a0c7642aacdf5d360cf6862e203d5db4a45d5.tar.gz |
Add summary lines for collapsed details in the bug report template
[skip ci]
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 2 |
1 files changed, 2 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: |