Skip to content

Commit

Permalink
docs: update .all-contributorsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
allcontributors[bot] authored Nov 14, 2023
1 parent 8b1e871 commit 7ee2cae
Showing 1 changed file with 88 additions and 55 deletions.
143 changes: 88 additions & 55 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,57 +1,90 @@
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %> 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "ad0ran",
"name": "Adrian Simbulan",
"avatar_url": "https://avatars.githubusercontent.com/u/1423613?v=4",
"profile": "https://github.com/ad0ran",
"contributions": ["bug", "code"]
},
{
"login": "DanielXing1103",
"name": "danielxing1103",
"avatar_url": "https://avatars.githubusercontent.com/u/112993709?v=4",
"profile": "https://github.com/DanielXing1103",
"contributions": ["code"]
},
{
"login": "estevezluis",
"name": "Luis Estevez",
"avatar_url": "https://avatars.githubusercontent.com/u/128345934?v=4",
"profile": "https://luisestevez.me/",
"contributions": ["bug", "code"]
},
{
"login": "Jolg42",
"name": "Joël Galeran",
"avatar_url": "https://avatars.githubusercontent.com/u/1328733?v=4",
"profile": "https://twitter.com/Jolg42",
"contributions": ["code"]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com/",
"contributions": ["bug", "tool", "code", "doc", "maintenance"]
},
{
"login": "Pinjasaur",
"name": "Paul Esch-Laurent",
"avatar_url": "https://avatars.githubusercontent.com/u/6335792?v=4",
"profile": "https://paulisaweso.me/",
"contributions": ["tool", "doc", "code", "maintenance"]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": ["README.md"],
"imageSize": 100,
"projectName": "refined-saved-replies",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github"
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %> 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "ad0ran",
"name": "Adrian Simbulan",
"avatar_url": "https://avatars.githubusercontent.com/u/1423613?v=4",
"profile": "https://github.com/ad0ran",
"contributions": [
"bug",
"code"
]
},
{
"login": "DanielXing1103",
"name": "danielxing1103",
"avatar_url": "https://avatars.githubusercontent.com/u/112993709?v=4",
"profile": "https://github.com/DanielXing1103",
"contributions": [
"code"
]
},
{
"login": "estevezluis",
"name": "Luis Estevez",
"avatar_url": "https://avatars.githubusercontent.com/u/128345934?v=4",
"profile": "https://luisestevez.me/",
"contributions": [
"bug",
"code"
]
},
{
"login": "Jolg42",
"name": "Joël Galeran",
"avatar_url": "https://avatars.githubusercontent.com/u/1328733?v=4",
"profile": "https://twitter.com/Jolg42",
"contributions": [
"code"
]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com/",
"contributions": [
"bug",
"tool",
"code",
"doc",
"maintenance"
]
},
{
"login": "Pinjasaur",
"name": "Paul Esch-Laurent",
"avatar_url": "https://avatars.githubusercontent.com/u/6335792?v=4",
"profile": "https://paulisaweso.me/",
"contributions": [
"tool",
"doc",
"code",
"maintenance"
]
},
{
"login": "keithamus",
"name": "Keith Cirkel",
"avatar_url": "https://avatars.githubusercontent.com/u/118266?v=4",
"profile": "https://www.keithcirkel.co.uk",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "refined-saved-replies",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github",
"commitType": "docs"
}

0 comments on commit 7ee2cae

Please sign in to comment.