https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 11376c8242a1f245de22cb6d42842299f7a9d029 authored by Harald Schilly on 02 April 2020, 13:20:19 UTC
hub/email: if set, use orga name + email as sender of welcome/email verificatino emails -- issue #4486
Tip revision: 11376c8
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