Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 08bef23

Browse files
authored
Merge pull request #28 from ts-graphviz/all-contributors/add-kamiazya
docs: add kamiazya as a contributor for code, doc, test
2 parents d39acae + 2dac58d commit 08bef23

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
8+
"contributors": [
9+
{
10+
"login": "kamiazya",
11+
"name": "Yuki Yamazaki",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/35218186?v=4",
13+
"profile": "http://blog.kamiazya.tech/",
14+
"contributions": [
15+
"code",
16+
"doc",
17+
"test"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "parser",
23+
"projectOwner": "ts-graphviz",
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"skipCi": true
27+
}

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
55
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
6-
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
6+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
8+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
79

810
# @ts-graphviz/parser
911

@@ -275,6 +277,26 @@ Graphviz-dot Test and Integration
275277
- [setup-graphviz](https://github.com/ts-graphviz/setup-graphviz)
276278
- GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).
277279

280+
## Contributors ✨
281+
282+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
283+
284+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
285+
<!-- prettier-ignore-start -->
286+
<!-- markdownlint-disable -->
287+
<table>
288+
<tr>
289+
<td align="center"><a href="http://blog.kamiazya.tech/"><img src="https://avatars.githubusercontent.com/u/35218186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yuki Yamazaki</b></sub></a><br /><a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Code">💻</a> <a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Documentation">📖</a> <a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Tests">⚠️</a></td>
290+
</tr>
291+
</table>
292+
293+
<!-- markdownlint-restore -->
294+
<!-- prettier-ignore-end -->
295+
296+
<!-- ALL-CONTRIBUTORS-LIST:END -->
297+
298+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
299+
278300
## License
279301

280302
This software is released under the MIT License, see [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)