Commit fc180a19c23c552a41e329d484967e1a09e4a846

Authored by Ben Bodenmiller
1 parent 2fc23617

add proper code/command formatting where missing

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
CONTRIBUTING.md
@@ -21,7 +21,7 @@ Please send a pull request with a tested solution or a pull request with a faili @@ -21,7 +21,7 @@ Please send a pull request with a tested solution or a pull request with a faili
21 21
22 * Summarize your issue in one sentence (what goes wrong, what did you expect to happen) 22 * Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
23 * Describe your issue in detail 23 * Describe your issue in detail
24 -* How can we reproduce the issue on the [GitLab Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) (start with: vagrant destroy && vagrant up && vagrant ssh) 24 +* How can we reproduce the issue on the [GitLab Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) (start with: `vagrant destroy && vagrant up && vagrant ssh`)
25 * Add the last commit sha1 of the GitLab version you used to replicate the issue 25 * Add the last commit sha1 of the GitLab version you used to replicate the issue
26 * Add logs or screen shots when possible 26 * Add logs or screen shots when possible
27 * Link to the line of code that might be responsible for the problem 27 * Link to the line of code that might be responsible for the problem
@@ -45,7 +45,7 @@ We welcome pull request with improvements to GitLab code and/or documentation. T @@ -45,7 +45,7 @@ We welcome pull request with improvements to GitLab code and/or documentation. T
45 We will accept pull requests if: 45 We will accept pull requests if:
46 46
47 * The code has proper tests and all tests pass 47 * The code has proper tests and all tests pass
48 -* It can be merged without problems (if not please use: git rebase master) 48 +* It can be merged without problems (if not please use: `git rebase master`)
49 * It doesn't break any existing functionality 49 * It doesn't break any existing functionality
50 * It's quality code that conforms to the [Rails style guide](https://github.com/bbatsov/rails-style-guide) and best practices 50 * It's quality code that conforms to the [Rails style guide](https://github.com/bbatsov/rails-style-guide) and best practices
51 * The description includes a motive for your change and the method you used to achieve it 51 * The description includes a motive for your change and the method you used to achieve it