Skip to content

Standardize GitHub URL casing in README badges#2

Draft
Copilot wants to merge 2 commits into
kayaman-patch-1from
copilot/sub-pr-1
Draft

Standardize GitHub URL casing in README badges#2
Copilot wants to merge 2 commits into
kayaman-patch-1from
copilot/sub-pr-1

Conversation

Copilot AI commented Feb 1, 2026

Copy link
Copy Markdown

Description

Standardized GitHub domain casing from GitHub.com to github.com in badge URLs to eliminate redirects and ensure URL consistency across the README.

Motivation and Context

Addresses feedback from PR #1 where badge URLs on lines 6 and 8 used https://GitHub.com/... while other URLs used lowercase https://github.com/..., creating inconsistency.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • IDE integration
  • Performance improvement
  • Code refactoring

Changes Made

  • Changed GitHub release badge URL from https://GitHub.com/kayaman/safe-rm/releases/ to https://github.com/kayaman/safe-rm/releases/
  • Changed GitHub issues badge URL from https://GitHub.com/kayaman/safe-rm/issues/ to https://github.com/kayaman/safe-rm/issues/

Testing

Manual Testing

# Verified no capitalized GitHub.com URLs remain
grep -n "GitHub.com" README.md  # Returns no matches

Automated Testing

  • All existing tests pass
  • Added new tests for this change
  • Tested on Linux
  • Tested on macOS (if applicable)

Screenshots (if applicable)

N/A - URL changes only, badges render identically

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published
  • I have updated the CHANGELOG.md
  • I have tested with oh-my-zsh plugin installation
  • I have tested with standalone installation
  • IDE integration still works (if applicable)

Additional Notes

This is a stacked PR that merges into PR #1. Changes are minimal (2 lines) to address URL casing consistency feedback.

Related Issues/PRs


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: kayaman <60522+kayaman@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on README enhancements for GitHub badges Standardize GitHub URL casing in README badges Feb 1, 2026
Copilot AI requested a review from kayaman February 1, 2026 21:27
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