Skip to content

C4GT Community: Add Aryan's details to Community.md#750

Open
aryan-2255 wants to merge 1 commit intoCode4GovTech:mainfrom
aryan-2255:community-details
Open

C4GT Community: Add Aryan's details to Community.md#750
aryan-2255 wants to merge 1 commit intoCode4GovTech:mainfrom
aryan-2255:community-details

Conversation

@aryan-2255
Copy link

Adding my details to the Community.md file as part of joining the C4GT 2026 community.

Copilot AI review requested due to automatic review settings March 22, 2026 18:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds/introduces a Community.md page containing community member details, including Aryan’s entry, as part of the C4GT 2026 community onboarding content.

Changes:

  • Added a new Community.md file with an “Our Community” section and multiple member entries in HTML table format.
  • Appended Aryan’s details (name, GitHub, LinkedIn, college) as a new entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +73 to +74

<table>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

The table for “Shailiza Mayal” is not valid HTML: the “College” row is missing its second value and a new

starts before closing the /
. This breaks rendering for the rest of the document. Please add the missing college cell and close the row/table before starting the next person’s table.

Suggested change
<table>
<td>N/A</td>
</tr>
</table>
<table>

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td>GitHub</td>
<td>https://github.com/bhavyasri-24/C4GT.git</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

This GitHub field points to a repository clone URL ending with .git, while other entries use profile URLs. If the intent is to link to the user profile, update it to the profile URL to keep the community list consistent and avoid broken links.

Suggested change
<td>https://github.com/bhavyasri-24/C4GT.git</td>
<td>https://github.com/bhavyasri-24</td>

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td>LinkedIn</td>
<td>www.linkedin.com/in/bhavya-kureti-b946a129a</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

LinkedIn URL is missing the scheme (https://), which can prevent it from being recognized as a clickable link in some renderers. Please use a full URL (e.g., https://www.linkedin.com/in/...).

Suggested change
<td>www.linkedin.com/in/bhavya-kureti-b946a129a</td>
<td>https://www.linkedin.com/in/bhavya-kureti-b946a129a</td>

Copilot uses AI. Check for mistakes.
Comment on lines +234 to +238
<td>https://github.com/dev-KS-155 </td>
</tr>
<tr>
<td>LinkedIn</td>
<td> https://www.linkedin.com/in/krishna-sumit</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

There’s trailing/leading whitespace inside these URLs, which can lead to copy/paste issues and broken links in some Markdown renderers. Please trim the extra spaces from both the GitHub and LinkedIn cells.

Suggested change
<td>https://github.com/dev-KS-155 </td>
</tr>
<tr>
<td>LinkedIn</td>
<td> https://www.linkedin.com/in/krishna-sumit</td>
<td>https://github.com/dev-KS-155</td>
</tr>
<tr>
<td>LinkedIn</td>
<td>https://www.linkedin.com/in/krishna-sumit</td>

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td>LinkedIn</td>
<td>www.linkedin.com/in/harshavardhan-uphade-060112284</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

LinkedIn URL is missing the scheme (https://), which can prevent it from being recognized as a clickable link in some renderers. Please use a full URL (e.g., https://www.linkedin.com/in/...).

Suggested change
<td>www.linkedin.com/in/harshavardhan-uphade-060112284</td>
<td>https://www.linkedin.com/in/harshavardhan-uphade-060112284</td>

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td>LinkedIn</td>
<td>www.linkedin.com/in/krushna-prasad-marndi-07604b258</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

LinkedIn URL is missing the scheme (https://), which can prevent it from being recognized as a clickable link in some renderers. Please use a full URL (e.g., https://www.linkedin.com/in/...).

Suggested change
<td>www.linkedin.com/in/krushna-prasad-marndi-07604b258</td>
<td>https://www.linkedin.com/in/krushna-prasad-marndi-07604b258</td>

Copilot uses AI. Check for mistakes.
</tr>
<tr>
<td>LinkedIn</td>
<td>www.linkedin.com/in/biswaprem-sahu-4384702a1</td>
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

LinkedIn URL is missing the scheme (https://), which can prevent it from being recognized as a clickable link in some renderers. Please use a full URL (e.g., https://www.linkedin.com/in/...).

Suggested change
<td>www.linkedin.com/in/biswaprem-sahu-4384702a1</td>
<td>https://www.linkedin.com/in/biswaprem-sahu-4384702a1</td>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants