diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-12-08 12:35:14 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-12-08 12:35:14 +0000 |
commit | e2724c224ece4a072081c833d357d4edfbfedb5b (patch) | |
tree | 34b13cad95cea506d27d97d2603c564adc740cf8 | |
parent | bbf9953b99d59801c72dd7b9550ee149ca77bfcf (diff) | |
parent | 3dd6244651947c5dd72b7a7dfcbd10e497d592d6 (diff) | |
download | gitlab-ce-e2724c224ece4a072081c833d357d4edfbfedb5b.tar.gz |
Merge branch 'tracker_guidelines' into 'master'
Drop vagrant from issue tracker guidelines
Is this the preferred method of reproducing an issue? If yes, disregard this MR.
\cc @sytses @marin
See merge request !255
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9da89cc2107..06897eec839 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Please send a merge request with a tested solution or a merge request with a fai **[Search the issues](https://gitlab.com/gitlab-org/gitlab-ce/issues)** for similar entries before submitting your own, there's a good chance somebody else had the same issue. Show your support with `:+1:` and/or join the discussion. Please submit issues in the following format (as the first post): 1. **Summary:** Summarize your issue in one sentence (what goes wrong, what did you expect to happen) -1. **Steps to reproduce:** How can we reproduce the issue, preferably on the [GitLab development virtual machine with vagrant](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/doc/development.md) (start your issue with: `vagrant destroy && vagrant up && vagrant ssh`) +1. **Steps to reproduce:** How can we reproduce the issue 1. **Expected behavior:** Describe your issue in detail 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. |