Skip to content

Commit

Permalink
Merge pull request #4 from JoshuaKGoldberg/all-contributors/add-vim-usds
Browse files Browse the repository at this point in the history
docs: add vim-usds as a contributor for doc
  • Loading branch information
JoshuaKGoldberg committed Jun 8, 2023
2 parents 781455e + 3d528ed commit b252ff1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
37 changes: 24 additions & 13 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"commit": false,
"commitConvention": "angular",
"contributors": [],
"contributorsPerLine": 7,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "linting-typescript-in-2023",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": true
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "vim-usds",
"name": "Vim",
"avatar_url": "https://avatars.githubusercontent.com/u/86254807?v=4",
"profile": "https://github.com/vim-usds",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "linting-typescript-in-2023",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": true,
"commitType": "docs"
}
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

<p align="center">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors">
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-21bb42.svg" />
</a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<img alt="Code Style: Prettier" src="https://img.shields.io/badge/code_style-prettier-21bb42.svg" />
<a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/blob/main/.github/CODE_OF_CONDUCT.md">
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-contributor_covenant-21bb42" />
Expand Down Expand Up @@ -55,16 +53,14 @@ Thanks! 💖
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker: disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="#example-JoshuaKGoldberg" title="Examples">💡</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#platform-JoshuaKGoldberg" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/pulls?q=is%3Apr+reviewed-by%3AJoshuaKGoldberg" title="Reviewed Pull Requests">👀</a> <a href="#security-JoshuaKGoldberg" title="Security">🛡️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vim-usds"><img src="https://avatars.githubusercontent.com/u/86254807?v=4?s=100" width="100px;" alt="Vim"/><br /><sub><b>Vim</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/linting-typescript-in-2023/commits?author=vim-usds" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>

<!-- spellchecker: enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

Expand Down

0 comments on commit b252ff1

Please sign in to comment.