Skip to content

Commit 2086a1c

Browse files
authored
docs: add fathom as a contributor (azdanov#11)
docs: add fathom as a contributor
2 parents 8552d34 + 69f2655 commit 2086a1c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"contributions": [
3535
"bug"
3636
]
37+
},
38+
{
39+
"login": "fathom",
40+
"name": "Fathom",
41+
"avatar_url": "https://avatars3.githubusercontent.com/u/13853845?v=4",
42+
"profile": "https://github.com/fathom",
43+
"contributions": [
44+
"bug"
45+
]
3746
}
3847
],
3948
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHP Interview Exercises · [![Build Status](https://img.shields.io/travis/com/azdanov/php-interview-exercises/master.svg?logo=travis)](https://travis-ci.com/azdanov/php-interview-exercises) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg?logo=github)](http://makeapullrequest.com) [![Exercise Count](https://img.shields.io/endpoint.svg?url=https://php-interview-questions-counter.netlify.com/.netlify/functions/count)](./exercises) [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
1+
# PHP Interview Exercises · [![Build Status](https://img.shields.io/travis/com/azdanov/php-interview-exercises/master.svg?logo=travis)](https://travis-ci.com/azdanov/php-interview-exercises) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg?logo=github)](http://makeapullrequest.com) [![Exercise Count](https://img.shields.io/endpoint.svg?url=https://php-interview-questions-counter.netlify.com/.netlify/functions/count)](./exercises) [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
22

33
A number of exercises to practice whiteboard interview questions in PHP.
44

@@ -80,7 +80,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8080

8181
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
8282
<!-- prettier-ignore -->
83-
<table><tr><td align="center"><a href="https://azdanov.js.org/"><img src="https://avatars2.githubusercontent.com/u/6123841?v=4" width="100px;" alt="Anton Ždanov"/><br /><sub><b>Anton Ždanov</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Code">💻</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Documentation">📖</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/Ahmed-Aboud"><img src="https://avatars0.githubusercontent.com/u/25877831?v=4" width="100px;" alt="ahmed"/><br /><sub><b>ahmed</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/commits?author=Ahmed-Aboud" title="Code">💻</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=Ahmed-Aboud" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/tizis"><img src="https://avatars1.githubusercontent.com/u/16865573?v=4" width="100px;" alt="Roman Yepanchenko"/><br /><sub><b>Roman Yepanchenko</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/issues?q=author%3Atizis" title="Bug reports">🐛</a></td></tr></table>
83+
<table><tr><td align="center"><a href="https://azdanov.js.org/"><img src="https://avatars2.githubusercontent.com/u/6123841?v=4" width="100px;" alt="Anton Ždanov"/><br /><sub><b>Anton Ždanov</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Code">💻</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Documentation">📖</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=azdanov" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/Ahmed-Aboud"><img src="https://avatars0.githubusercontent.com/u/25877831?v=4" width="100px;" alt="ahmed"/><br /><sub><b>ahmed</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/commits?author=Ahmed-Aboud" title="Code">💻</a> <a href="https://github.com/azdanov/php-interview-exercises/commits?author=Ahmed-Aboud" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/tizis"><img src="https://avatars1.githubusercontent.com/u/16865573?v=4" width="100px;" alt="Roman Yepanchenko"/><br /><sub><b>Roman Yepanchenko</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/issues?q=author%3Atizis" title="Bug reports">🐛</a></td><td align="center"><a href="https://github.com/fathom"><img src="https://avatars3.githubusercontent.com/u/13853845?v=4" width="100px;" alt="Fathom"/><br /><sub><b>Fathom</b></sub></a><br /><a href="https://github.com/azdanov/php-interview-exercises/issues?q=author%3Afathom" title="Bug reports">🐛</a></td></tr></table>
8484

8585
<!-- ALL-CONTRIBUTORS-LIST:END -->
8686

0 commit comments

Comments
 (0)