Skip to content

fix: rename utilities files to standard casing#516

Closed
Ashvin-KS wants to merge 1 commit into
steam-bell-92:mainfrom
Ashvin-KS:fix/naming-conventions
Closed

fix: rename utilities files to standard casing#516
Ashvin-KS wants to merge 1 commit into
steam-bell-92:mainfrom
Ashvin-KS:fix/naming-conventions

Conversation

@Ashvin-KS
Copy link
Copy Markdown
Contributor

@Ashvin-KS Ashvin-KS commented May 21, 2026

📝 Description

Standardizes the file casing in \utilities/\ directory to follow the repository naming conventions (hyphenated title case, lowercase extensions).

🔗 Linked Issue

Closes #450

📋 Contribution Checklist

  • My code strictly adheres to the project guidelines
  • I have verified that my files are placed in the correct directory
  • I have tested my changes thoroughly on my local machine
  • I have included interactive emojis and clean console/UI outputs
  • GSSoC 2026: I have been formally assigned to this issue and noted it above

What was fixed

  • \utilities/AI-Resume-Analyzer/README.MD\ to \README.md\ (uppercase .MD extension)
  • \utilities/f1-performance-analyzer/main.py\ to \F1-Performance-Analyzer.py\ (generic filename)
  • \utilities/AI RESUME ANALYZER(NLP VERSION)/MAIN.PY\ to \AI-Resume-Analyzer.py\ (uppercase + spaces)

Copilot AI review requested due to automatic review settings May 21, 2026 01:37
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

@Ashvin-KS is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Contributor

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.

Copilot wasn't able to review any files in this pull request.


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

@Ashvin-KS
Copy link
Copy Markdown
Contributor Author

I have also fixed the 2 additional inconsistent naming files in utilities/ that were mentioned in the issue:

  • utilities/f1-performance-analyzer/main.py renamed to F1-Performance-Analyzer.py
  • utilities/AI RESUME ANALYZER(NLP VERSION)/MAIN.PY renamed to AI-Resume-Analyzer.py

The PR includes all 12 file changes covering games and utilities naming standardization plus the README casing fix. Please review when you get a chance!

@Ashvin-KS
Copy link
Copy Markdown
Contributor Author

Closing this PR as it was submitted for a closed issue (#450) and doesn't properly address the scope. Will reopen with a clean PR if needed.

@Ashvin-KS Ashvin-KS closed this May 21, 2026
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.

Fix naming convention violations in Games directory

2 participants