Skip to content

Commit d2397b0

Browse files
saulshanabrooktelamonian
authored andcommitted
all contributors init
1 parent 11413fe commit d2397b0

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.all-contributorsrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"projectName": "jupyterlab-git",
3+
"projectOwner": "jupyterlab",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [],
13+
"contributorsPerLine": 7
14+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# jupyterlab-git
2+
<!-- 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-BADGE:END -->
25

36
[![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)
47

@@ -161,3 +164,17 @@ Extension development has been sponsored at various times by the following organ
161164
- **[LabShare](https://github.com/LabShare)**: [Konstantin Taletskiy](https://github.com/ktaletsk).
162165
- **[Safran Group](https://www.safran-group.com/)**: [Frédéric Collonval](https://github.com/fcollonval).
163166
- **D. E. Shaw group**: [Max Klein](https://github.com/telamonian) and [Athan](https://github.com/kgryte).
167+
168+
169+
## Contributors ✨
170+
171+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
172+
173+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174+
<!-- prettier-ignore-start -->
175+
<!-- markdownlint-disable -->
176+
<!-- markdownlint-enable -->
177+
<!-- prettier-ignore-end -->
178+
<!-- ALL-CONTRIBUTORS-LIST:END -->
179+
180+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@types/react": "~16.8.13",
8080
"@types/react-dom": "~16.0.5",
8181
"@types/react-textarea-autosize": "^4.3.5",
82+
"all-contributors-cli": "6.14.0",
8283
"enzyme": "3.7.0",
8384
"enzyme-adapter-react-16": "1.7.0",
8485
"husky": "1.3.1",

0 commit comments

Comments
 (0)