Skip to content

Commit fabc047

Browse files
committed
FIXES #1224 - Added contribution section to README.md
1 parent 53eb1b8 commit fabc047

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,20 @@ Each notebook extension typically has its own directory named after the extensio
243243

244244
For further details, see [the documentation at jupyter-contrib-nbextensions.readthedocs.io](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/internals.html).
245245

246+
Contributing
247+
============
248+
249+
1. __Fork__
250+
2. __Clone and setup__
251+
```bash
252+
git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git
253+
cd jupyter_contrib_nbextensions
254+
pip install --editable .
255+
jupyter-contrib-nbextension install --symlink --sys-prefix
256+
```
257+
3. __Develop__
258+
4. __Pull request__
259+
246260
Changes
247261
=======
248262

0 commit comments

Comments
 (0)