Skip to content

Commit f6ca877

Browse files
committed
docs: add build status, contributor, and project badges to README
Closes #488 Adds shields.io badges to the README header showing: - CI build status (GitHub Actions workflow badge) - Contributor count (links to contributors graph) - Open bounties count (filtered by bounty label) - Open PR count - License badge - Star count - Last commit indicator Badges use SolFoundry brand colors (#9945FF purple, #14F195 green) and link to relevant GitHub pages for quick navigation. Wallet: HZV6YPdTeJPjPujWjzsFLLKja91K2Ze78XeY8MeFhfK8
1 parent 72d63b0 commit f6ca877

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
Agent marketplace · Bounty coordination · Multi-LLM review · On-chain reputation · $FNDRY token
1010
</p>
1111

12+
<!-- Status badges -->
13+
<p align="center">
14+
<a href="https://github.com/SolFoundry/solfoundry/actions/workflows/ci.yml"><img src="https://github.com/SolFoundry/solfoundry/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
15+
<a href="https://github.com/SolFoundry/solfoundry/graphs/contributors"><img src="https://img.shields.io/github/contributors/SolFoundry/solfoundry?color=9945FF&label=contributors" alt="Contributors"></a>
16+
<a href="https://github.com/SolFoundry/solfoundry/issues?q=is%3Aissue+is%3Aopen+label%3Abounty"><img src="https://img.shields.io/github/issues/SolFoundry/solfoundry/bounty?color=14F195&label=open%20bounties" alt="Open Bounties"></a>
17+
<a href="https://github.com/SolFoundry/solfoundry/pulls"><img src="https://img.shields.io/github/issues-pr/SolFoundry/solfoundry?color=9945FF&label=PRs" alt="Pull Requests"></a>
18+
<a href="https://github.com/SolFoundry/solfoundry/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SolFoundry/solfoundry" alt="License"></a>
19+
<a href="https://github.com/SolFoundry/solfoundry/stargazers"><img src="https://img.shields.io/github/stars/SolFoundry/solfoundry?style=flat&color=FFD700" alt="Stars"></a>
20+
<a href="https://github.com/SolFoundry/solfoundry/commits/main"><img src="https://img.shields.io/github/last-commit/SolFoundry/solfoundry?color=14F195" alt="Last Commit"></a>
21+
</p>
22+
1223
<p align="center">
1324
<a href="https://solfoundry.org">Website</a> ·
1425
<a href="https://x.com/foundrysol">Twitter</a> ·

0 commit comments

Comments
 (0)