Skip to content

Commit fb83d44

Browse files
docs: add PatrykPytlarczyk as a contributor for code (#29)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 8b02584 commit fb83d44

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": "PatrykPytlarczyk",
12+
"name": "PatrykPytlarczyk",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/138799887?v=4",
14+
"profile": "https://github.com/PatrykPytlarczyk",
15+
"contributions": [
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "typescript-challenges",
25+
"projectOwner": "przeprogramowani"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Opanuj TypeScript z Przeprogramowanymi
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

36
![](./media/logo-main.jpg)
47

@@ -42,3 +45,25 @@ When creating a new challenge, make sure you update the following parts of the p
4245
## 🛟 Help me, I'm stuck!
4346

4447
Find all the answers in [TypeScript Documentation](https://www.typescriptlang.org/docs/home.html)
48+
49+
## Contributors ✨
50+
51+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
52+
53+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
54+
<!-- prettier-ignore-start -->
55+
<!-- markdownlint-disable -->
56+
<table>
57+
<tbody>
58+
<tr>
59+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/PatrykPytlarczyk"><img src="https://avatars.githubusercontent.com/u/138799887?v=4?s=100" width="100px;" alt="PatrykPytlarczyk"/><br /><sub><b>PatrykPytlarczyk</b></sub></a><br /><a href="https://github.com/przeprogramowani/typescript-challenges/commits?author=PatrykPytlarczyk" title="Code">💻</a></td>
60+
</tr>
61+
</tbody>
62+
</table>
63+
64+
<!-- markdownlint-restore -->
65+
<!-- prettier-ignore-end -->
66+
67+
<!-- ALL-CONTRIBUTORS-LIST:END -->
68+
69+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)