diff options
| author | fmoko <mokou@posteo.de> | 2021-01-22 13:11:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 13:11:43 +0100 |
| commit | 24ea42ce61043d25e5062ccbf0e56576f1eb70e6 (patch) | |
| tree | fcd30b8def87fea90076d43e5bf587360d53c8ab | |
| parent | 15a79cfe9cc160395aa48037757375daf36c989c (diff) | |
| parent | 6102e612fa3f6255cccea4c9016078f6ea007be0 (diff) | |
Merge pull request #627 from rust-lang/all-contributors/add-jfchevrette
docs: add jfchevrette as a contributor
| -rw-r--r-- | .all-contributorsrc | 10 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 14 insertions, 1 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index 46e68ae..ea3d7ca 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -673,6 +673,16 @@ "contributions": [ "content" ] + }, + { + "login": "jfchevrette", + "name": "Jean-Francois Chevrette", + "avatar_url": "https://avatars.githubusercontent.com/u/3001?v=4", + "profile": "https://github.com/jfchevrette", + "contributions": [ + "content", + "code" + ] } ], "contributorsPerLine": 8, @@ -1,5 +1,5 @@ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> -[](#contributors-) +[](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> # rustlings 🦀❤️ @@ -250,6 +250,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d <td align="center"><a href="http://willhayworth.com"><img src="https://avatars3.githubusercontent.com/u/181174?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Will Hayworth</b></sub></a><br /><a href="#content-wsh" title="Content">🖋</a></td> <td align="center"><a href="https://github.com/chrizel"><img src="https://avatars3.githubusercontent.com/u/20802?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christian Zeller</b></sub></a><br /><a href="#content-chrizel" title="Content">🖋</a></td> </tr> + <tr> + <td align="center"><a href="https://github.com/jfchevrette"><img src="https://avatars.githubusercontent.com/u/3001?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jean-Francois Chevrette</b></sub></a><br /><a href="#content-jfchevrette" title="Content">🖋</a> <a href="https://github.com/rust-lang/rustlings/commits?author=jfchevrette" title="Code">💻</a></td> + </tr> </table> <!-- markdownlint-restore --> |
