Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/CONTRIBUTE.md
Views: 13357
Contributing
Fork it!
Create your own branch:
git checkout -b my-new-branch
.Make your changes.
Comment out what changes are made:
// changed ArrayList to array
.Comment out why are they made:
// saves memory
.
Commit your changes:
git commit -am 'added some feature'
.Push to the branch:
git push origin my-new-branch
.Submit a pull request. 😄