diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-27 13:58:35 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-27 13:58:35 +0000 |
commit | ba215788f76084d0092b5357d5c1f889c09f6ed2 (patch) | |
tree | dec47b97860fbdde63a922d917f5a07dfc530f89 | |
parent | 39ff809980efa3f4b1ddbd66f2ae2c843a6f0e9e (diff) | |
parent | 4da39064ab0e3d88924a51ee36df23613ae4797b (diff) | |
download | gitlab-ce-ba215788f76084d0092b5357d5c1f889c09f6ed2.tar.gz |
Merge branch 'fix-issue-template-expansion' into 'master'
Fix checks markup in bug template
See merge request !10963
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 6bb21e6a3af..241d90a204b 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -26,6 +26,7 @@ logs, and code as it's very hard to read otherwise.) #### Results of GitLab environment info <details> +<pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) @@ -33,11 +34,13 @@ logs, and code as it's very hard to read otherwise.) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`) +</pre> </details> #### Results of GitLab application Check <details> +<pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:check SANITIZE=true`) @@ -47,6 +50,7 @@ logs, and code as it's very hard to read otherwise.) (we will only investigate if the tests are passing) +</pre> </details> ### Possible fixes |