diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-07-07 14:41:02 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-07-07 14:41:02 +0200 |
commit | cb4d8eff4cb158fbef4d59bf64e04e776e29eaed (patch) | |
tree | e2ac66f3bd554c9171a8b69737fbd3f92eb726ca /CONTRIBUTING.md | |
parent | 553f3aba48e7b124b02b0a7eecd85eacec7453e3 (diff) | |
download | gitlab-ce-cb4d8eff4cb158fbef4d59bf64e04e776e29eaed.tar.gz |
Add sanitize option to documentation.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a08ffa449d8..e7e4cbf39ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ Please send a merge request with a tested solution or a merge request with a fai 1. **Observed behavior** 1. **Relevant logs and/or screenshots:** Please use code blocks (\`\`\`) to format console output, logs, and code as it's very hard to read otherwise. 1. **Output of checks** - * Results of GitLab [Application Check](doc/install/installation.md#check-application-status) (`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production`); we will only investigate if the tests are passing + * Results of GitLab [Application Check](doc/install/installation.md#check-application-status) (`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`); we will only investigate if the tests are passing * Version of GitLab you are running; we will only investigate issues in the latest stable and development releases as per the [maintenance policy](MAINTENANCE.md) * Add the last commit sha1 of the GitLab version you used to replicate the issue (obtainable from the help page) * Describe your setup (use relevant parts from `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`) |