Correct missing link import typo in colorlog website page. - #2998
Conversation
|
Hi @mmcdermott! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Motivation
There is an issue on the
colorlogwebsite:Have you read the Contributing Guidelines on pull requests?
No
Test Plan
Someone should build the website and ensure this is correct. I just noticed that there was no import for
GithubLinkin the code whereas other similar pages have one (e.g. https://github.com/facebookresearch/hydra/blob/57690d7c4e8b5e88dad07d67278f613a739e6d13/website/docs/advanced/packaging.md?plain=1#L7C1-L8C1)Related Issues and PRs
None that I know of, but I didn't really check -- I just noticed the issue and figured I'd send this over really quickly given how small it was. Hopefully this is helpful, and apologies if there was a better way to do this!