Skip to content

Commit

Permalink
Merge pull request #201 from r-devel/all-contributors/add-zkamvar
Browse files Browse the repository at this point in the history
docs: add zkamvar as a contributor for content, doc, and ideas
  • Loading branch information
SaranjeetKaur authored Nov 28, 2024
2 parents 2d87e7e + 39f16d8 commit 90f8f5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,25 @@
"ideas"
]
},
{
{
"login": "pmur002",
"name": "Paul Murrell",
"avatar_url": "https://avatars.githubusercontent.com/u/2044052?v=4",
"profile": "https://github.com/pmur002",
"contributions": [
"content"
]
},
{
"login": "zkamvar",
"name": "Zhian N. Kamvar",
"avatar_url": "https://avatars.githubusercontent.com/u/3639446?v=4",
"profile": "http://zkamvar.netlify.app",
"contributions": [
"content",
"doc",
"ideas"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

This guide is a work in progress, inspired by http://devguide.python.org/. It is deployed at https://contributor.r-project.org/rdevguide/.
Expand Down Expand Up @@ -93,6 +93,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cjrace"><img src="https://avatars.githubusercontent.com/u/52536248?v=4?s=100" width="100px;" alt="Cam Race"/><br /><sub><b>Cam Race</b></sub></a><br /><a href="#infra-cjrace" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.pipinghotdata.com/"><img src="https://avatars.githubusercontent.com/u/17747575?v=4?s=100" width="100px;" alt="Shannon Pileggi"/><br /><sub><b>Shannon Pileggi</b></sub></a><br /><a href="#content-shannonpileggi" title="Content">πŸ–‹</a> <a href="https://github.com/r-devel/rdevguide/commits?author=shannonpileggi" title="Documentation">πŸ“–</a> <a href="#ideas-shannonpileggi" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pmur002"><img src="https://avatars.githubusercontent.com/u/2044052?v=4?s=100" width="100px;" alt="Paul Murrell"/><br /><sub><b>Paul Murrell</b></sub></a><br /><a href="#content-pmur002" title="Content">πŸ–‹</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zkamvar.netlify.app"><img src="https://avatars.githubusercontent.com/u/3639446?v=4?s=100" width="100px;" alt="Zhian N. Kamvar"/><br /><sub><b>Zhian N. Kamvar</b></sub></a><br /><a href="#content-zkamvar" title="Content">πŸ–‹</a> <a href="https://github.com/r-devel/rdevguide/commits?author=zkamvar" title="Documentation">πŸ“–</a> <a href="#ideas-zkamvar" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 90f8f5a

Please sign in to comment.