Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-03 11:48:14 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-03 11:48:14 +0400
commitfc180a19c23c552a41e329d484967e1a09e4a846 (patch)
tree0f6e173226794fdaff7a3bade411fe513f35bc64 /CONTRIBUTING.md
parent2fc236177f70244101b285bde8ee6a77f779c0ce (diff)
add proper code/command formatting where missing
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 79e57558084..07cec7118b1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ Please send a pull request with a tested solution or a pull request with a faili
* Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
* Describe your issue in detail
-* 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)
+* 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`)
* Add the last commit sha1 of the GitLab version you used to replicate the issue
* Add logs or screen shots when possible
* 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
We will accept pull requests if:
* The code has proper tests and all tests pass
-* It can be merged without problems (if not please use: git rebase master)
+* It can be merged without problems (if not please use: `git rebase master`)
* It doesn't break any existing functionality
* It's quality code that conforms to the [Rails style guide](https://github.com/bbatsov/rails-style-guide) and best practices
* The description includes a motive for your change and the method you used to achieve it