Skip to content

Commit 2c9046b

Browse files
docs: add arianesasso as a contributor for doc, and design (#28)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent fe6eea3 commit 2c9046b

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.all-contributorsrc

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"doc",
1616
"design"
1717
]
18-
},
19-
{
18+
},
19+
{
2020
"login": "NickleDave",
2121
"name": "David Nicholson",
2222
"avatar_url": "https://avatars.githubusercontent.com/u/11934090?v=4",
@@ -25,8 +25,8 @@
2525
"doc",
2626
"design"
2727
]
28-
},
29-
{
28+
},
29+
{
3030
"login": "lwasser",
3131
"name": "Leah Wasser",
3232
"avatar_url": "https://avatars.githubusercontent.com/u/7649194?v=4",
@@ -35,6 +35,16 @@
3535
"doc",
3636
"design"
3737
]
38+
},
39+
{
40+
"login": "arianesasso",
41+
"name": "Ariane Sasso",
42+
"avatar_url": "https://avatars.githubusercontent.com/u/3659681?v=4",
43+
"profile": "http://arianesasso.me",
44+
"contributions": [
45+
"doc",
46+
"design"
47+
]
3848
}
3949
],
4050
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="images/logo/logo.png" width=40 /> pyOpenSci Scientific Python Open Source Packaging Guide
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic)
@@ -80,6 +80,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8080
<td align="center"><a href="https://fosstodon.org/@eriknw"><img src="https://avatars.githubusercontent.com/u/2058401?v=4?s=100" width="100px;" alt="Erik Welch"/><br /><sub><b>Erik Welch</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=eriknw" title="Documentation">📖</a> <a href="#design-eriknw" title="Design">🎨</a></td>
8181
<td align="center"><a href="https://nicholdav.info/"><img src="https://avatars.githubusercontent.com/u/11934090?v=4?s=100" width="100px;" alt="David Nicholson"/><br /><sub><b>David Nicholson</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=NickleDave" title="Documentation">📖</a> <a href="#design-NickleDave" title="Design">🎨</a></td>
8282
<td align="center"><a href="http://www.leahwasser.com"><img src="https://avatars.githubusercontent.com/u/7649194?v=4?s=100" width="100px;" alt="Leah Wasser"/><br /><sub><b>Leah Wasser</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=lwasser" title="Documentation">📖</a> <a href="#design-lwasser" title="Design">🎨</a></td>
83+
<td align="center"><a href="http://arianesasso.me"><img src="https://avatars.githubusercontent.com/u/3659681?v=4?s=100" width="100px;" alt="Ariane Sasso"/><br /><sub><b>Ariane Sasso</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=arianesasso" title="Documentation">📖</a> <a href="#design-arianesasso" title="Design">🎨</a></td>
8384
</tr>
8485
</tbody>
8586
</table>

0 commit comments

Comments
 (0)