Skip to content

Commit d3af1fd

Browse files
docs: add naitkris as a contributor for code, and bug (#271)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 6efd37b commit d3af1fd

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

.all-contributorsrc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@
99
"imageSize": 80,
1010
"commit": true,
1111
"commitConvention": "angular",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "naitkris",
15+
"name": "Kristian Johansson",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/45964886?v=4",
17+
"profile": "https://github.com/naitkris",
18+
"contributions": [
19+
"code",
20+
"bug"
21+
]
22+
}
23+
],
1324
"contributorsPerLine": 7,
14-
"skipCi": true
25+
"skipCi": true,
26+
"commitType": "docs"
1527
}

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,19 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
9090
9191
<!-- prettier-ignore-start -->
9292
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
93+
<!-- prettier-ignore-start -->
9394
<!-- markdownlint-disable -->
94-
<!-- markdownlint-enable -->
95+
<table>
96+
<tbody>
97+
<tr>
98+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/naitkris"><img src="https://avatars.githubusercontent.com/u/45964886?v=4?s=80" width="80px;" alt="Kristian Johansson"/><br /><sub><b>Kristian Johansson</b></sub></a><br /><a href="https://github.com/34j/decryptpdf/commits?author=naitkris" title="Code">💻</a> <a href="https://github.com/34j/decryptpdf/issues?q=author%3Anaitkris" title="Bug reports">🐛</a></td>
99+
</tr>
100+
</tbody>
101+
</table>
102+
103+
<!-- markdownlint-restore -->
104+
<!-- prettier-ignore-end -->
105+
95106
<!-- ALL-CONTRIBUTORS-LIST:END -->
96107
<!-- prettier-ignore-end -->
97108

0 commit comments

Comments
 (0)