docs: add contributing badge and fix header / build-status image links in README.md#1
Open
PeterPedegru wants to merge 1 commit intoUXDProtocol:masterfrom
Open
docs: add contributing badge and fix header / build-status image links in README.md#1PeterPedegru wants to merge 1 commit intoUXDProtocol:masterfrom
PeterPedegru wants to merge 1 commit intoUXDProtocol:masterfrom
Conversation
…mage links - Added a "Contributing" badge linking to https://github.com/UXDProtocol/anchor/blob/master/CONTRIBUTING.md to improve discoverability of contribution guidelines. - Replaced the old build status image with the GitHub Actions workflow badge (https://github.com/coral-xyz/anchor/actions/workflows/tests.yaml/badge.svg) because the previous CI badge pointed to a non-existent resource. - Updated the header image URL to a working camo.githubusercontent.com link to avoid 404s in README rendering. Rationale: - Fixes broken/missing image links and adds a clear route to contribution instructions. - Documentation-only change; no code or functional impact.
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.
Added a contributing badge and fixed several README image links to improve presentation and contributor onboarding.
Added a "Contributing" badge linking to the CONTRIBUTING.md file:
https://github.com/UXDProtocol/anchor/blob/master/CONTRIBUTING.md
Replaced the previous (broken or outdated) build status badge with the GitHub Actions workflow badge:
https://github.com/coral-xyz/anchor/actions/workflows/tests.yaml/badge.svg
Updated the header image source to a working camo.githubusercontent.com URL to avoid a 404.
Files changed:
Current behavior
New behavior
Breaking changes
None — documentation-only update.
Other information / notes for maintainers