Skip to content

Commit b57375a

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

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "lwasser",
11+
"name": "Leah Wasser",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/7649194?v=4",
13+
"profile": "http://www.leahwasser.com",
14+
"contributions": [
15+
"doc",
16+
"design"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "python-package-guide",
25+
"projectOwner": "pyOpenSci"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# <img src="images/logo/logo.png" width=40 /> pyOpenSci Scientific Python Open Source Packaging Guide
2+
<!-- 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-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic)
47

@@ -63,3 +66,25 @@ $ nox -s docs-live
6366

6467
We welcome and issues and pull-requests to improve the content of this guide.
6568
If you'd like to see an improvement, please [open an issue](https://github.com/pyOpenSci/governance/issues/new/choose).
69+
70+
## Contributors ✨
71+
72+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
73+
74+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
75+
<!-- prettier-ignore-start -->
76+
<!-- markdownlint-disable -->
77+
<table>
78+
<tbody>
79+
<tr>
80+
<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>
81+
</tr>
82+
</tbody>
83+
</table>
84+
85+
<!-- markdownlint-restore -->
86+
<!-- prettier-ignore-end -->
87+
88+
<!-- ALL-CONTRIBUTORS-LIST:END -->
89+
90+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)