Update badges, URLs, and remove outdated breaking changes section#2
Merged
shenning00 merged 1 commit intomainfrom Nov 12, 2025
Merged
Update badges, URLs, and remove outdated breaking changes section#2shenning00 merged 1 commit intomainfrom
shenning00 merged 1 commit intomainfrom
Conversation
This commit updates the project documentation to reflect the move from GitLab to GitHub and improves the README presentation. README.md changes: - Replace broken GitLab CI badges with GitHub Actions badges - Add Codecov badge for coverage reporting - Remove "Breaking Changes in v1.0.0" section (no longer relevant) - Update git clone URL to GitHub URL Updates (GitLab → GitHub) across all files: - pyproject.toml: Update all project URLs (homepage, bug tracker, docs, source) - CONTRIBUTING.md: Update fork/clone instructions, change "Merge Request" to "Pull Request" - CHANGELOG.md: Update version comparison links - SECURITY.md: Update issue reporting references - docs/getting_started.md: Update git clone URL - docs/troubleshooting.md: Update bug reporting reference All URLs now point to: https://github.com/shenning00/async_sdl_python Files changed: 7 - CHANGELOG.md (4 changes) - CONTRIBUTING.md (7 changes) - README.md (4 changes) - SECURITY.md (2 changes) - docs/getting_started.md (1 change) - docs/troubleshooting.md (1 change) - pyproject.toml (4 changes) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit updates the project documentation to reflect the move from GitLab to GitHub and improves the README presentation.
README.md changes:
URL Updates (GitLab → GitHub) across all files:
All URLs now point to: https://github.com/shenning00/async_sdl_python
Files changed: 7
🤖 Generated with Claude Code