Skip to content

Commit 6f4ff0d

Browse files
authored
Merge pull request #461 from dwmkerr/all-contributors/add-hemmatt
docs: add hemmatt as a contributor for doc
2 parents dd81595 + 1342657 commit 6f4ff0d

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "hemmatt",
12+
"name": "Amir Hemmati",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/22114089?v=4",
14+
"profile": "https://github.com/hemmatt",
15+
"contributions": [
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "hacker-laws",
25+
"projectOwner": "dwmkerr"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<h1 align="center"><a href="https://hacker-laws.com" target="_blank">hacker-laws</a></h1>
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 -->
25
<h4 align="center">🧠 Laws, Theories, Principles and Patterns for developers and technologists.</h4>
36

47
---
@@ -1160,3 +1163,25 @@ Hacker Laws has been featured in [The Changelog](https://changelog.com/podcast/4
11601163

11611164
<a href="https://changelog.com/podcast/403" target="_blank"><img src="./images/changelog-podcast.png" width="800px" alt="Changelog Podcast Image" /></a>
11621165

1166+
1167+
## Contributors ✨
1168+
1169+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
1170+
1171+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1172+
<!-- prettier-ignore-start -->
1173+
<!-- markdownlint-disable -->
1174+
<table>
1175+
<tbody>
1176+
<tr>
1177+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hemmatt"><img src="https://avatars.githubusercontent.com/u/22114089?v=4?s=100" width="100px;" alt="Amir Hemmati"/><br /><sub><b>Amir Hemmati</b></sub></a><br /><a href="https://github.com/dwmkerr/hacker-laws/commits?author=hemmatt" title="Documentation">📖</a></td>
1178+
</tr>
1179+
</tbody>
1180+
</table>
1181+
1182+
<!-- markdownlint-restore -->
1183+
<!-- prettier-ignore-end -->
1184+
1185+
<!-- ALL-CONTRIBUTORS-LIST:END -->
1186+
1187+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)