https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 81a0a2cf9a90a3d4dc61e4b51501db5dc8f3fb5b authored by Harald Schilly on 06 May 2020, 08:31:25 UTC
license headers: remove a silly end-of-line space via git grep -P '^/\* $' | grep ':1:' | cut -d: -f1 | xargs sed -i 's|^/\* $|/*|'
Tip revision: 81a0a2c
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