https://github.com/sagemathinc/cocalc
Raw File
Tip revision: e98f1e028a8f3a4fa38878a727753be061020008 authored by William Stein on 19 June 2020, 22:26:32 UTC
Merge pull request #4680 from sagemathinc/rmd-build-4578
Tip revision: e98f1e0
pull_request_template.md
# Description

# Testing Steps
1.
1.
1.

# Relevant Issues

### [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist):
- [ ] Run eslint on new and edited files
- [ ] 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