Skip to content

Commit 4f55619

Browse files
saulshanabrooktelamonian
authored andcommitted
Add @ellisonbg as a contributor
1 parent d2397b0 commit 4f55619

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "none",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "ellisonbg",
15+
"name": "Brian E. Granger",
16+
"avatar_url": "https://avatars3.githubusercontent.com/u/27600?v=4",
17+
"profile": "https://github.com/ellisonbg",
18+
"contributions": [
19+
"projectManagement"
20+
]
21+
}
22+
],
1323
"contributorsPerLine": 7
1424
}

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# jupyterlab-git
2+
23
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
45
<!-- ALL-CONTRIBUTORS-BADGE:END -->
56

67
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-git/master?urlpath=lab/tree/examples/demo.ipynb) [![Build Status](https://travis-ci.org/jupyterlab/jupyterlab-git.svg?branch=master)](https://travis-ci.org/jupyterlab/jupyterlab-git) [![Version](https://img.shields.io/npm/v/@jupyterlab/git.svg)](https://www.npmjs.com/package/@jupyterlab/git) [![Version](https://img.shields.io/pypi/v/jupyterlab-git.svg)](https://pypi.org/project/jupyterlab-git/) [![Downloads](https://img.shields.io/npm/dm/@jupyterlab/git.svg)](https://www.npmjs.com/package/@jupyterlab/git) [![Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-git.svg)](https://anaconda.org/conda-forge/jupyterlab-git) [![Downloads](https://img.shields.io/conda/dn/conda-forge/jupyterlab-git.svg)](https://anaconda.org/conda-forge/jupyterlab-git)
@@ -90,7 +91,6 @@ JupyterLab follows the official [Jupyter Code of Conduct](https://github.com/jup
9091
9192
### Team
9293
93-
The Jupyter Git extension is part of [Project Jupyter](http://jupyter.org/) and is developed by an open community of contributors. Our maintainer team is accompanied by a much larger group of contributors to JupyterLab and Project Jupyter as a whole.
9494
9595
JupyterLab Git's current maintainers are listed in alphabetical order, with affiliation, and main areas of contribution:
9696

@@ -155,26 +155,34 @@ pytest jupyterlab_git
155155
jlpm run test
156156
```
157157
158-
## Attributions
159-
160-
Extension development has been sponsored at various times by the following organizations:
158+
## Contributors ✨
161159
162-
- **[Jupyter Cal Poly](https://github.com/jupytercalpoly)**: [Brian Granger](https://github.com/ellisonbg), [Ji Zhang](https://github.com/zzhangjii), [Hana Zarea](https://github.com/hzarea), [Noah Stapp](https://github.com/NoahStapp), and [Ashutosh Bondre](https://github.com/ashutoshbondre).
163-
- **[Amazon Web Services](https://github.com/aws)**: [Jaipreet Singh](https://github.com/jaipreet-s), [Neelam Gehlot](https://github.com/neelamgehlot), and [Saul Shanabrook](https://github.com/saulshanabrook).
164-
- **[LabShare](https://github.com/LabShare)**: [Konstantin Taletskiy](https://github.com/ktaletsk).
165-
- **[Safran Group](https://www.safran-group.com/)**: [Frédéric Collonval](https://github.com/fcollonval).
166-
- **D. E. Shaw group**: [Max Klein](https://github.com/telamonian) and [Athan](https://github.com/kgryte).
160+
The Jupyter Git extension is part of [Project Jupyter](http://jupyter.org/) and is developed by an open community of contributors. Our maintainer team is accompanied by a much larger group of contributors to JupyterLab and Project Jupyter as a whole.
167161
168162
169-
## Contributors ✨
170-
171163
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
172164
173165
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174166
<!-- prettier-ignore-start -->
175167
<!-- markdownlint-disable -->
168+
<table>
169+
<tr>
170+
<td align="center"><a href="https://github.com/ellisonbg"><img src="https://avatars3.githubusercontent.com/u/27600?v=4" width="100px;" alt=""/><br /><sub><b>Brian E. Granger</b></sub></a><br /><a href="#projectManagement-ellisonbg" title="Project Management">📆</a></td>
171+
</tr>
172+
</table>
173+
176174
<!-- markdownlint-enable -->
177175
<!-- prettier-ignore-end -->
178176
<!-- ALL-CONTRIBUTORS-LIST:END -->
179177
180178
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
179+
180+
## Attributions
181+
182+
Extension development has been sponsored at various times by the following organizations:
183+
184+
- **[Jupyter Cal Poly](https://github.com/jupytercalpoly)**: [Brian Granger](https://github.com/ellisonbg), [Ji Zhang](https://github.com/zzhangjii), [Hana Zarea](https://github.com/hzarea), [Noah Stapp](https://github.com/NoahStapp), and [Ashutosh Bondre](https://github.com/ashutoshbondre).
185+
- **[Amazon Web Services](https://github.com/aws)**: [Jaipreet Singh](https://github.com/jaipreet-s), [Neelam Gehlot](https://github.com/neelamgehlot), and [Saul Shanabrook](https://github.com/saulshanabrook).
186+
- **[LabShare](https://github.com/LabShare)**: [Konstantin Taletskiy](https://github.com/ktaletsk).
187+
- **[Safran Group](https://www.safran-group.com/)**: [Frédéric Collonval](https://github.com/fcollonval).
188+
- **D. E. Shaw group**: [Max Klein](https://github.com/telamonian) and [Athan](https://github.com/kgryte).

0 commit comments

Comments
 (0)