fix: sanitize and validate GitHub username input#112
Conversation
|
@shagunkillekar5 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
CI is failing can you fix it and also PR description should be as template |
|
👋 Hey @shagunkillekar5, it looks like you didn't use our PR template! The section Please update your PR description to include all required sections so we can review this properly:
You can find the full template in CONTRIBUTING.md. Just edit your PR description and the |
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
Description
Implemented GitHub username sanitization and validation in the landing page input field.
Changes made
Tested
Fixes #63