lhotari commented on code in PR #858:
URL: https://github.com/apache/pulsar-site/pull/858#discussion_r1530302378
##########
src/components/pages/CommunityPage/CommunityPage.tsx:
##########
@@ -64,7 +64,10 @@ export default function CommunityPage(): JSX.Element {
});
function MemberCard({ member, index }) {
- const githubUsername = member.githubUsername?.[0] || member.apacheId;
+ // require the member to have "GitHub username(s) (user-provided)" field
information in Whimsy
+ // the user can go to Whimsy url
https://whimsy.apache.org/roster/committer/__self__ to update the information
Review Comment:
The UI is very confusing. You should be able to **double click** on the
"GitHub username(s) (user-provided)" **label** to enter your GitHub Id.
<img width="476" alt="image"
src="https://github.com/apache/pulsar-site/assets/66864/6303b170-977e-40cc-be91-89a2872b4d92">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]