Skip to content

Commit 1396439

Browse files
docs: add mattiamatrix as a contributor for code, doc, and infra (#3)
1 parent 4b8a2eb commit 1396439

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.all-contributorsrc

+27
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+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "mattiamatrix",
11+
"name": "Mattia",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/5013654?v=4",
13+
"profile": "https://github.com/mattiamatrix",
14+
"contributions": [
15+
"code",
16+
"doc",
17+
"infra"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"skipCi": true,
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"projectName": "cdk-blender-render",
26+
"projectOwner": "mattiamatrix"
27+
}

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# cdk-blender-render
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5+
6+
## Contributors ✨
7+
8+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
9+
10+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
11+
<!-- prettier-ignore-start -->
12+
<!-- markdownlint-disable -->
13+
<table>
14+
<tbody>
15+
<tr>
16+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mattiamatrix"><img src="https://avatars.githubusercontent.com/u/5013654?v=4?s=100" width="100px;" alt="Mattia"/><br /><sub><b>Mattia</b></sub></a><br /><a href="https://github.com/mattiamatrix/cdk-blender-render/commits?author=mattiamatrix" title="Code">💻</a> <a href="https://github.com/mattiamatrix/cdk-blender-render/commits?author=mattiamatrix" title="Documentation">📖</a> <a href="#infra-mattiamatrix" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
17+
</tr>
18+
</tbody>
19+
</table>
20+
21+
<!-- markdownlint-restore -->
22+
<!-- prettier-ignore-end -->
23+
24+
<!-- ALL-CONTRIBUTORS-LIST:END -->
25+
26+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)