diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-03 03:53:26 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-03 03:53:26 -0700 |
commit | f23d01b7897068fa424c3ac87f089d2aa3e8627e (patch) | |
tree | 171f03b56aefeb61a35bbfe6cce686eb8cf0101d | |
parent | 3466cc55077d93af1b778ee60c51189e3137feea (diff) | |
parent | fc180a19c23c552a41e329d484967e1a09e4a846 (diff) | |
download | gitlab-ce-f23d01b7897068fa424c3ac87f089d2aa3e8627e.tar.gz |
Merge pull request #3818 from bbodenmiller/patch-1
add proper code/command formatting where missing in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 4 |
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 |