From 00688e438c04e622a8afb96904b8724f8818f6ce Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Wed, 12 Apr 2017 14:01:14 +0200 Subject: Let uses hide verbose output by default [ci skip] --- .gitlab/issue_templates/Bug.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitlab') 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 +
+ (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`) +
+ #### Results of GitLab application Check +
+ (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) +
+ ### Possible fixes (If you can, link to the line of code that might be responsible for the problem) -- cgit v1.2.1