Skip to content

Commit 0b2f1f7

Browse files
authored
Merge pull request #30 from tuist/all-contributors/add-krzyszt0xF
docs: add krzyszt0xF as a contributor for code
2 parents f8a54e4 + f04bf80 commit 0b2f1f7

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.all-contributorsrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,21 @@
5151
"contributions": [
5252
"content"
5353
]
54+
},
55+
{
56+
"login": "krzyszt0xF",
57+
"name": "Krzysztof",
58+
"avatar_url": "https://avatars.githubusercontent.com/u/10384246?v=4",
59+
"profile": "https://github.com/krzyszt0xF",
60+
"contributions": [
61+
"code"
62+
]
5463
}
5564
],
5665
"contributorsPerLine": 7,
5766
"skipCi": true,
5867
"repoType": "github",
5968
"repoHost": "https://github.com",
6069
"projectName": "fuckingapproachableswiftconcurrency",
61-
"projectOwner": "pepicrft"
70+
"projectOwner": "tuist"
6271
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fucking Approachable Swift Concurrency
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
A no-bullshit guide to understanding Swift concurrency. Learn async/await, actors, Sendable, and MainActor with simple mental models.
@@ -78,6 +78,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7878
<td align="center" valign="top" width="14.28%"><a href="http://www.stormacq.com"><img src="https://avatars.githubusercontent.com/u/401798?v=4?s=100" width="100px;" alt="Sébastien Stormacq"/><br /><sub><b>Sébastien Stormacq</b></sub></a><br /><a href="#content-sebsto" title="Content">🖋</a></td>
7979
<td align="center" valign="top" width="14.28%"><a href="https://github.com/exproot"><img src="https://avatars.githubusercontent.com/u/72192187?v=4?s=100" width="100px;" alt="Ertan"/><br /><sub><b>Ertan</b></sub></a><br /><a href="https://github.com/tuist/fuckingapproachableswiftconcurrency/commits?author=exproot" title="Documentation">📖</a></td>
8080
<td align="center" valign="top" width="14.28%"><a href="https://vikram.kriplaney.com"><img src="https://avatars.githubusercontent.com/u/55100?v=4?s=100" width="100px;" alt="Vikram Kriplaney"/><br /><sub><b>Vikram Kriplaney</b></sub></a><br /><a href="#content-markiv" title="Content">🖋</a></td>
81+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/krzyszt0xF"><img src="https://avatars.githubusercontent.com/u/10384246?v=4?s=100" width="100px;" alt="Krzysztof"/><br /><sub><b>Krzysztof</b></sub></a><br /><a href="https://github.com/tuist/fuckingapproachableswiftconcurrency/commits?author=krzyszt0xF" title="Code">💻</a></td>
8182
</tr>
8283
</tbody>
8384
</table>

0 commit comments

Comments
 (0)