CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
y33-j3T

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: y33-j3T/Coursera-Deep-Learning
Path: blob/master/CONTRIBUTE.md
Views: 13357

Contributing

  1. Fork it!

  2. Create your own branch: git checkout -b my-new-branch.

  3. Make your changes.

    • Comment out what changes are made: // changed ArrayList to array.

    • Comment out why are they made: // saves memory.

  4. Commit your changes: git commit -am 'added some feature'.

  5. Push to the branch: git push origin my-new-branch.

  6. Submit a pull request. 😄