Skip to content

Commit

Permalink
Merge pull request #97 from SenseException/patch-1
Browse files Browse the repository at this point in the history
Fix of markdown for "Sending a PR" headline
  • Loading branch information
shochdoerfer committed May 25, 2017
2 parents 098ff11 + e7264b3 commit fc9f07f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ git commit

...write your log message...

```console
``` console
$ git push {username} hotfix/9295:hotfix/9295
Counting objects: 38, done.
Delta compression using up to 2 threads.
Expand All @@ -151,7 +151,8 @@ Total 20 (delta 12), reused 0 (delta 0)
To ssh://git@github.com/{username}/disco.git
b5583aa..4f51698 HEAD -> master
```
### Sending a PR

### Sending a PR

Before sending a PR, run `composer.phar validate && composer.phar check`, as the Travis build will also run the command and will fail if the composer.lock file is not up-to-date with the changes in the composer.json file.

Expand Down

0 comments on commit fc9f07f

Please sign in to comment.