Skip to content

Commit

Permalink
Merge pull request #3 from harakeishi/all-contributors/add-tommy6073
Browse files Browse the repository at this point in the history
docs: add tommy6073 as a contributor for code
  • Loading branch information
harakeishi authored Oct 31, 2022
2 parents 4053068 + da76138 commit d5f7766
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "tommy6073",
"name": "Takayuki Nagatomi",
"avatar_url": "https://avatars.githubusercontent.com/u/3647470?v=4",
"profile": "https://github.com/tommy6073",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "trv",
"projectOwner": "harakeishi"
}
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<div align="center">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<div align="center">
<img src="logo.png" alt="logo">
</div>

Expand Down Expand Up @@ -54,4 +58,25 @@ target: https://github.com/harakeishi/trv/tree/v0.0.11/sampledb
- View column details while displaying table information

# License
[MIT](LICENSE)
[MIT](LICENSE)
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="https://github.com/tommy6073"><img src="https://avatars.githubusercontent.com/u/3647470?v=4?s=100" width="100px;" alt="Takayuki Nagatomi"/><br /><sub><b>Takayuki Nagatomi</b></sub></a><br /><a href="https://github.com/harakeishi/trv/commits?author=tommy6073" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit d5f7766

Please sign in to comment.