rahuldkjain / github-profile-readme-generator

🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
https://rahuldkjain.github.io/gh-profile-readme-generator
Apache License 2.0
20.48k stars 6.28k forks source link

feat: make it easy to add uppercase support for more sites #780

Open Pranav2612000 opened 8 months ago

Pranav2612000 commented 8 months ago

What type of PR is this? (check all applicable)

Description

Some social sites support uppercase characters in their usernames, but we have support only for discord at the moment. This PR takes care of this by making it easier to add more sites for uppercase support.

Related Tickets & Documents

Fixes #777

QA Instructions, Screenshots, Recordings

Navigate to the social section and try adding a username containing uppercase characters. The uppercase character should not be converted to lowercase.

Pranav2612000 commented 8 months ago

@rahuldkjain Did you get a chance to review it?