summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-04-12 12:09:39 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-04-12 12:09:39 +0000
commitebb358e922c8a464429b82f6622e458891abac66 (patch)
treebf00936629e2e86ee2b81ecd62b3a252486e3060
parent78ff726d622888796013801606db7420176df71f (diff)
parent00688e438c04e622a8afb96904b8724f8818f6ce (diff)
downloadgitlab-ce-ebb358e922c8a464429b82f6622e458891abac66.tar.gz
Merge branch 'zj-improve-template' into 'master'
Let uses hide verbose output by default See merge request !10650
-rw-r--r--.gitlab/issue_templates/Bug.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 34c2e097ba8..6bb21e6a3af 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -25,14 +25,20 @@ logs, and code as it's very hard to read otherwise.)
#### Results of GitLab environment info
+<details>
+
(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)
(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
+</details>
+
#### Results of GitLab application Check
+<details>
+
(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:check SANITIZE=true`)
@@ -41,6 +47,8 @@ logs, and code as it's very hard to read otherwise.)
(we will only investigate if the tests are passing)
+</details>
+
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)