mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
docs: add MarceloAlves as a contributor (#222)
* docs: update README.md * docs: update .all-contributorsrc * docs(readme): re-generated the table * docs(readme): table fix * fix(generate): experimental fix Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
This commit is contained in:
parent
9a6cf19819
commit
d26cd47c81
3 changed files with 11 additions and 8 deletions
|
@ -369,7 +369,8 @@
|
|||
"avatar_url": "https://avatars1.githubusercontent.com/u/216782?v=4",
|
||||
"profile": "https://github.com/marceloalves",
|
||||
"contributions": [
|
||||
"code"
|
||||
"code",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
14
README.md
14
README.md
|
@ -1,11 +1,12 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [The problem](#the-problem)
|
||||
- [This solution](#this-solution)
|
||||
- [Using the all-contributors-cli](#using-the-all-contributors-cli)
|
||||
- [Contributors ✨](#contributors-%e2%9c%a8)
|
||||
- [LICENSE](#license)
|
||||
- [ all-contributors-cli ](#all-contributors-cli)
|
||||
- [The problem](#the-problem)
|
||||
- [This solution](#this-solution)
|
||||
- [Using the all-contributors-cli](#using-the-all-contributors-cli)
|
||||
- [Contributors ✨](#contributors-)
|
||||
- [LICENSE](#license)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
@ -128,7 +129,7 @@ Thanks goes to these wonderful people
|
|||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="https://www.destro.me"><img src="https://avatars1.githubusercontent.com/u/7031675?v=4" width="100px;" alt=""/><br /><sub><b>Fabrizio</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/issues?q=author%3Adexpota" title="Bug reports">🐛</a> <a href="https://github.com/all-contributors/all-contributors-cli/commits?author=dexpota" title="Code">💻</a></td>
|
||||
<td align="center"><a href="https://github.com/marceloalves"><img src="https://avatars1.githubusercontent.com/u/216782?v=4" width="100px;" alt=""/><br /><sub><b>Marcelo Alves</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/commits?author=MarceloAlves" title="Code">💻</a></td>
|
||||
<td align="center"><a href="https://github.com/marceloalves"><img src="https://avatars1.githubusercontent.com/u/216782?v=4" width="100px;" alt=""/><br /><sub><b>Marcelo Alves</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/commits?author=MarceloAlves" title="Code">💻</a> <a href="https://github.com/all-contributors/all-contributors-cli/commits?author=MarceloAlves" title="Tests">⚠️</a></td>
|
||||
<td align="center"><a href="https://phacks.dev/"><img src="https://avatars1.githubusercontent.com/u/2587348?v=4" width="100px;" alt=""/><br /><sub><b>Nicolas Goutay</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/commits?author=phacks" title="Code">💻</a></td>
|
||||
<td align="center"><a href="https://github.com/tylerkrupicka"><img src="https://avatars1.githubusercontent.com/u/5761061?s=460&v=4" width="100px;" alt=""/><br /><sub><b>Tyler Krupicka</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/commits?author=tylerkrupicka" title="Code">💻</a> <a href="https://github.com/all-contributors/all-contributors-cli/commits?author=tylerkrupicka" title="Tests">⚠️</a></td>
|
||||
<td align="center"><a href="https://github.com/smoia"><img src="https://avatars3.githubusercontent.com/u/35300580?v=4" width="100px;" alt=""/><br /><sub><b>Stefano Moia</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors-cli/commits?author=smoia" title="Code">💻</a></td>
|
||||
|
@ -137,6 +138,7 @@ Thanks goes to these wonderful people
|
|||
|
||||
<!-- markdownlint-enable -->
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the
|
||||
|
|
|
@ -45,7 +45,7 @@ function formatLine(contributors) {
|
|||
|
||||
function generateContributorsList(options, contributors) {
|
||||
return _.flow(
|
||||
_.sortBy(function(contributor) {
|
||||
_.sortBy(contributor => {
|
||||
if (options.contributorsSortAlphabetically) {
|
||||
return contributor.name
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue