Skip to content

Commit a19316c

Browse files
docs: add eriknw as a contributor for doc, and design (pyOpenSci#26)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Leah Wasser <[email protected]>
1 parent 39514f2 commit a19316c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.all-contributorsrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,26 @@
77
"commitConvention": "angular",
88
"contributors": [
99
{
10+
"login": "eriknw",
11+
"name": "Erik Welch",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/2058401?v=4",
13+
"profile": "https://fosstodon.org/@eriknw",
14+
"contributions": [
15+
"doc",
16+
"design"
17+
],
18+
},
19+
{
1020
"login": "NickleDave",
1121
"name": "David Nicholson",
1222
"avatar_url": "https://avatars.githubusercontent.com/u/11934090?v=4",
1323
"profile": "https://nicholdav.info/",
24+
"contributions": [
25+
"doc",
26+
"design"
27+
],
28+
},
29+
{
1430
"login": "lwasser",
1531
"name": "Leah Wasser",
1632
"avatar_url": "https://avatars.githubusercontent.com/u/7649194?v=4",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7777
<table>
7878
<tbody>
7979
<tr>
80+
<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>
8081
<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>
8182
<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>
8283
</tr>

0 commit comments

Comments
 (0)