Skip to content

Commit 8128e5e

Browse files
committed
docs: add badge row to both READMEs
Eight shields.io badges at the top of each README: - GitHub (existing) - Latest release — auto-updates from the latest release tag - CI — pulls status from .github/workflows/ci.yml - Go — pulls minimum Go version from go.mod - License — pulls SPDX from LICENSE - Platforms — static (linux | macos | windows | android) - Downloads — auto-updating total across all releases - Stars — auto-updating star count All linked to the relevant repo page so a reader can click through. Order goes identity → versioning → quality → reach. Persian README mirrors the English block byte-for-byte (the badges are shields.io URLs, not translatable text). Skipped forks/issues/last-commit on purpose — they either duplicate the social-proof signal or work against the project's archival framing.
1 parent e88c8e7 commit 8128e5e

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

ARCHITECTURE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ bench/ loopback bench harness (Apps Script bypassed)
175175

176176
---
177177

178-
## Engineering decisions worth knowing
179-
180-
If an interviewer asks about decision X, the code for it lives in the
181-
file linked here.
178+
## Engineering decisions
182179

183180
### Single-seal-per-batch encoding
184181

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# GooseRelayVPN
22

33
[![GitHub](https://img.shields.io/badge/GitHub-GooseRelayVPN-blue?logo=github)](https://github.com/kianmhz/GooseRelayVPN)
4+
[![Latest release](https://img.shields.io/github/v/release/kianmhz/GooseRelayVPN?logo=github&color=blue)](https://github.com/kianmhz/GooseRelayVPN/releases/latest)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/kianmhz/GooseRelayVPN/ci.yml?branch=main&label=CI&logo=github)](https://github.com/kianmhz/GooseRelayVPN/actions/workflows/ci.yml)
6+
[![Go](https://img.shields.io/github/go-mod/go-version/kianmhz/GooseRelayVPN?logo=go&color=00ADD8)](https://go.dev)
7+
[![License](https://img.shields.io/github/license/kianmhz/GooseRelayVPN?color=blue)](LICENSE)
8+
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows%20%7C%20android-blue)](https://github.com/kianmhz/GooseRelayVPN/releases/latest)
9+
[![Downloads](https://img.shields.io/github/downloads/kianmhz/GooseRelayVPN/total?logo=github&label=downloads&color=blue)](https://github.com/kianmhz/GooseRelayVPN/releases)
10+
[![Stars](https://img.shields.io/github/stars/kianmhz/GooseRelayVPN?logo=github&color=blue)](https://github.com/kianmhz/GooseRelayVPN/stargazers)
411

512
**[🇮🇷 راهنمای فارسی (Persian)](README_FA.md)**
613

README_FA.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# GooseRelayVPN
22

33
[![GitHub](https://img.shields.io/badge/GitHub-GooseRelayVPN-blue?logo=github)](https://github.com/kianmhz/GooseRelayVPN)
4+
[![Latest release](https://img.shields.io/github/v/release/kianmhz/GooseRelayVPN?logo=github&color=blue)](https://github.com/kianmhz/GooseRelayVPN/releases/latest)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/kianmhz/GooseRelayVPN/ci.yml?branch=main&label=CI&logo=github)](https://github.com/kianmhz/GooseRelayVPN/actions/workflows/ci.yml)
6+
[![Go](https://img.shields.io/github/go-mod/go-version/kianmhz/GooseRelayVPN?logo=go&color=00ADD8)](https://go.dev)
7+
[![License](https://img.shields.io/github/license/kianmhz/GooseRelayVPN?color=blue)](LICENSE)
8+
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows%20%7C%20android-blue)](https://github.com/kianmhz/GooseRelayVPN/releases/latest)
9+
[![Downloads](https://img.shields.io/github/downloads/kianmhz/GooseRelayVPN/total?logo=github&label=downloads&color=blue)](https://github.com/kianmhz/GooseRelayVPN/releases)
10+
[![Stars](https://img.shields.io/github/stars/kianmhz/GooseRelayVPN?logo=github&color=blue)](https://github.com/kianmhz/GooseRelayVPN/stargazers)
411

512
**[English README](README.md)**
613

0 commit comments

Comments
 (0)