Skip to content

Commit

Permalink
Merge pull request #103 from petetnt/fix-broken-markdown
Browse files Browse the repository at this point in the history
Fix broken Markdown from #72
  • Loading branch information
mdo committed Apr 10, 2015
2 parents 7d296bd + 1d9580a commit 8b81ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Adhering to the following process is the best way to get your work included in t
2. Configure and install the dependencies: `bower install`
3. Create a new branch: `git checkout -b my-branch-name`
4. Make your change, add tests, and make sure the tests still pass
5. Push to your fork and [submit a pull request][https://help.github.com/articles/creating-a-pull-request/]
5. Push to your fork and [submit a pull request](https://help.github.com/articles/creating-a-pull-request/)
6. Pat your self on the back and wait for your pull request to be reviewed and merged.

Here are a few things you can do that will increase the likelihood of your pull request being accepted:
Expand Down

0 comments on commit 8b81ac9

Please sign in to comment.