Skip to content

Commit f12373f

Browse files
authored
Merge pull request #228 from r-devel/all-contributors/add-EllaKaye
docs: add EllaKaye as a contributor for code, and infra
2 parents 86068b3 + b4c44ce commit f12373f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.all-contributorsrc

+10
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,16 @@
379379
"content",
380380
"doc"
381381
]
382+
},
383+
{
384+
"login": "EllaKaye",
385+
"name": "Ella Kaye",
386+
"avatar_url": "https://avatars.githubusercontent.com/u/7222491?v=4",
387+
"profile": "https://ellakaye.co.uk",
388+
"contributions": [
389+
"code",
390+
"infra"
391+
]
382392
}
383393
],
384394
"contributorsPerLine": 7,

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# A Guide for Contributing to R Core
44
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg?style=flat-square)](#contributors-)
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg?style=flat-square)](#contributors-)
66
<!-- ALL-CONTRIBUTORS-BADGE:END -->
77

88
This guide is a work in progress, inspired by http://devguide.python.org/. It is deployed at https://contributor.r-project.org/rdevguide/.
@@ -105,6 +105,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
105105
<td align="center" valign="top" width="14.28%"><a href="https://daroczig.github.io"><img src="https://avatars.githubusercontent.com/u/495736?v=4?s=100" width="100px;" alt="Gergely Daróczi"/><br /><sub><b>Gergely Daróczi</b></sub></a><br /><a href="https://github.com/r-devel/rdevguide/pulls?q=is%3Apr+reviewed-by%3Adaroczig" title="Reviewed Pull Requests">👀</a></td>
106106
<td align="center" valign="top" width="14.28%"><a href="https://github.com/razekmh"><img src="https://avatars.githubusercontent.com/u/44040283?v=4?s=100" width="100px;" alt="Mahmoud Abdelrazek"/><br /><sub><b>Mahmoud Abdelrazek</b></sub></a><br /><a href="#content-razekmh" title="Content">🖋</a> <a href="https://github.com/r-devel/rdevguide/commits?author=razekmh" title="Documentation">📖</a></td>
107107
</tr>
108+
<tr>
109+
<td align="center" valign="top" width="14.28%"><a href="https://ellakaye.co.uk"><img src="https://avatars.githubusercontent.com/u/7222491?v=4?s=100" width="100px;" alt="Ella Kaye"/><br /><sub><b>Ella Kaye</b></sub></a><br /><a href="https://github.com/r-devel/rdevguide/commits?author=EllaKaye" title="Code">💻</a> <a href="#infra-EllaKaye" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
110+
</tr>
108111
</tbody>
109112
</table>
110113

0 commit comments

Comments
 (0)