Skip to content

Commit

Permalink
doc: fix link to ROADMAP.md (#8)
Browse files Browse the repository at this point in the history
Fix link to ROADMAP.md in CONTRIBUTING.md
  • Loading branch information
joelseq authored and Kent C. Dodds committed Jan 29, 2017
1 parent 608dee8 commit 99cc133
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
"contributions": [
"review"
]
},
{
"login": "joelseq",
"name": "Joel Sequeira",
"avatar_url": "https://avatars.githubusercontent.com/u/12389411?v=3",
"profile": "https://github.com/joelseq",
"contributions": [
"doc"
]
}
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Also, please watch the repo and respond to questions/bug reports/feature request
[semantic-release]: https://npmjs.com/package/semantic-release
[convention]: https://github.com/conventional-changelog/conventional-changelog-angular/blob/ed32559941719a130bb0327f886d6a32a8cbc2ba/convention.md
[all-contributors]: https://github.com/kentcdodds/all-contributors
[ROADMAP]: ./ROADMAP.md
[ROADMAP]: ./other/ROADMAP.md
[p-s]: https://npmjs.com/package/p-s
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CLI for [`prettier-eslint`][prettier-eslint]
[![downloads][downloads-badge]][npm-stat]
[![MIT License][license-badge]][LICENSE]

[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome][prs-badge]][prs]
[![Donate][donate-badge]][donate]
[![Code of Conduct][coc-badge]][coc]
Expand Down Expand Up @@ -141,8 +141,8 @@ This will be forwarded onto `prettier-eslint` as (`sillyLogs`) and is useful for
Thanks goes to these people ([emoji key][emojis]):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;"/><br /><sub>Kent C. Dodds</sub>](https://kentcdodds.com)<br />[πŸ’»](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) [πŸ“–](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) πŸš‡ [⚠️](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) | [<img src="https://avatars3.githubusercontent.com/u/3266363?v=3" width="100px;"/><br /><sub>Adam Harris</sub>](https://github.com/aharris88)<br />[πŸ’»](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=aharris88) [πŸ“–](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=aharris88) πŸ‘€ | [<img src="https://avatars.githubusercontent.com/u/622118?v=3" width="100px;"/><br /><sub>Eric McCormick</sub>](https://ericmccormick.io)<br />πŸ‘€ |
| :---: | :---: | :---: |
| [<img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;"/><br /><sub>Kent C. Dodds</sub>](https://kentcdodds.com)<br />[πŸ’»](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) [πŸ“–](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) πŸš‡ [⚠️](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=kentcdodds) | [<img src="https://avatars3.githubusercontent.com/u/3266363?v=3" width="100px;"/><br /><sub>Adam Harris</sub>](https://github.com/aharris88)<br />[πŸ’»](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=aharris88) [πŸ“–](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=aharris88) πŸ‘€ | [<img src="https://avatars.githubusercontent.com/u/622118?v=3" width="100px;"/><br /><sub>Eric McCormick</sub>](https://ericmccormick.io)<br />πŸ‘€ | [<img src="https://avatars.githubusercontent.com/u/12389411?v=3" width="100px;"/><br /><sub>Joel Sequeira</sub>](https://github.com/joelseq)<br />[πŸ“–](https://github.com/kentcdodds/prettier-eslint-cli/commits?author=joelseq) |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors][all-contributors] specification. Contributions of any kind welcome!
Expand Down

0 comments on commit 99cc133

Please sign in to comment.