From 6cb930b4ece2157f6167be63511301590a10bfc0 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 11 Nov 2025 11:03:26 +0800 Subject: [PATCH] docs: add TypeScript Trending badge and improve contributing tone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 🔥 TypeScript Trending badge celebrating daily/weekly/monthly rankings - Refine contributing guidelines with friendlier, more welcoming language - Replace directive tone with collaborative suggestions for feature PRs --- README.md | 3 ++- README_ZH.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa641e..da55f6d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # Claude Code & Codex Provider Switcher [![Version](https://img.shields.io/badge/version-3.6.1-blue.svg)](https://github.com/farion1231/cc-switch/releases) +[![Trending](https://img.shields.io/badge/🔥_TypeScript_Trending-Daily%20%7C%20Weekly%20%7C%20Monthly-ff6b6b.svg)](https://github.com/trending/typescript) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/farion1231/cc-switch/releases) [![Built with Tauri](https://img.shields.io/badge/built%20with-Tauri%202-orange.svg)](https://tauri.app/) @@ -340,7 +341,7 @@ Before submitting PRs, please ensure: - Pass type check: `pnpm typecheck` - Pass format check: `pnpm format:check` - Pass unit tests: `pnpm test:unit` -- Functional PRs should be discussed in the issue area first +- 💡 For new features, please open an issue for discussion before submitting a PR ## Star History diff --git a/README_ZH.md b/README_ZH.md index 46a5d44..3f8bd11 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -3,6 +3,7 @@ # Claude Code & Codex 供应商管理器 [![Version](https://img.shields.io/badge/version-3.6.1-blue.svg)](https://github.com/farion1231/cc-switch/releases) +[![Trending](https://img.shields.io/badge/🔥_TypeScript_Trending-Daily%20%7C%20Weekly%20%7C%20Monthly-ff6b6b.svg)](https://github.com/trending/typescript) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/farion1231/cc-switch/releases) [![Built with Tauri](https://img.shields.io/badge/built%20with-Tauri%202-orange.svg)](https://tauri.app/) @@ -340,7 +341,7 @@ pnpm test:unit --coverage - 通过类型检查:`pnpm typecheck` - 通过格式检查:`pnpm format:check` - 通过单元测试:`pnpm test:unit` -- 功能性 PR 请先经过 issue 区讨论 +- 💡 新功能开发前,欢迎先开 issue 讨论实现方案 ## Star History