Skip to content

Commit

Permalink
fixed malformed markdown in contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Dec 2, 2013
1 parent 2867f23 commit 02165b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ keeping things right.
* Check for unnecessary whitespace with `git diff --check` before committing
* Make sure your commit messages are in the proper format
* Avoid updating the distributable file or annotated source code documentation

```
(#99999) Make the example in CONTRIBUTING imperative and concrete
Expand All @@ -37,6 +38,7 @@ The first line is a real life imperative statement with a ticket number from our
body describes the behavior without the patch, why this is a problem, and how the patch fixes the
problem when applied.
```

* Make sure you have added the necessary tests for your changes
* Run *all* the tests to assure nothing else was accidentally broken

Expand Down

0 comments on commit 02165b2

Please sign in to comment.