Skip to content

Clean up skills lists; clean up profiles#375

Merged
jbampton merged 2 commits intoNextCommunity:mainfrom
jbampton:clean-up-users
Mar 20, 2026
Merged

Clean up skills lists; clean up profiles#375
jbampton merged 2 commits intoNextCommunity:mainfrom
jbampton:clean-up-users

Conversation

@jbampton
Copy link
Member

No description provided.

@jbampton jbampton self-assigned this Mar 20, 2026
@jbampton jbampton added this to Next Mar 20, 2026
@github-project-automation github-project-automation bot moved this to In progress in Next Mar 20, 2026
@jbampton jbampton added this to the Hackfest milestone Mar 20, 2026
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the presentation and consistency of user profile data. It introduces conditional rendering for skill sections, ensuring they only appear when relevant data is available. Concurrently, it refines several user data files by standardizing language entries and cleaning up bio content, leading to a more polished and robust display of user information across the application.

Highlights

  • Conditional Rendering for Skills: Implemented conditional logic in Nunjucks templates (bio.njk and index.njk) to ensure that skill lists (languages/technologies) are only displayed if the corresponding data is defined and not null. This prevents empty sections from appearing on user profiles.
  • User Profile Data Cleanup: Standardized the languages field in several user YAML files by replacing 'N/A' with an empty value, ensuring consistency and proper data handling. Additionally, cleaned up the bio field in one profile by removing extraneous HTML and markdown.
  • YAML Formatting Improvement: Corrected inconsistent spacing within a languages list in a user YAML file, improving readability and data integrity.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@deepsource-io
Copy link

deepsource-io bot commented Mar 20, 2026

DeepSource Code Review

We reviewed changes in 713b51a...8fb6793 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Mar 20, 2026 4:25p.m. Review ↗
Secrets Mar 20, 2026 4:25p.m. Review ↗

@jbampton jbampton merged commit f8e744c into NextCommunity:main Mar 20, 2026
6 of 7 checks passed
@jbampton jbampton deleted the clean-up-users branch March 20, 2026 16:28
@github-project-automation github-project-automation bot moved this from In progress to Done in Next Mar 20, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request updates the website to conditionally render the technologies section based on whether the user has specified languages in their profile. It also removes the "N/A" placeholder for languages in several user YAML files and removes an unnecessary HTML tag in rtewari056.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant