1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

Fix broken Markdown from #72

This commit is contained in:
petetnt 2015-04-10 13:24:59 +03:00
parent 7d296bdec3
commit 1d9580a8c9

View File

@ -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: