https://github.com/sagemathinc/cocalc
Raw File
Tip revision: a45ff28b4ac7b1bb897f4bf97bdb96e03c10e79d authored by William A. Stein on 22 October 2019, 16:42:20 UTC
Merge branch 'master' into dropzone-3.2.0
Tip revision: a45ff28
pull_request_template.md
# Description

# Testing Steps
1.
1.
1.

# Relevant Issues

### [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist):
- [ ] No debugging console.log messages.
- [ ] All new code is actually used.
- [ ] Non-obvious code has some sort of comments.

Front end:
- [ ] Restart at least one project and check its `~/.smc/local_hub/local_hub.log`
- [ ] Completely restart Webpack with `./w` in `/src`
- [ ] Completely restart the hub by killing and restarting `./start_hub.py` in `/src/dev/project`
- [ ] Screenshots if relevant.
back to top