Skip to content

Commit 48ea41d

Browse files
chore(readme): add Zulip chat badge + community link
Surfaces the project chat server: a Zulip badge in the status row and a one-line invite under "Docs, contributing, license". Badge SVG and the join link both verified live (HTTP 200).
1 parent 95819a2 commit 48ea41d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Windows MSVC](https://github.com/brightprogrammer/MisraStdC/actions/workflows/test-windows-msvc.yml/badge.svg?branch=master)](https://github.com/brightprogrammer/MisraStdC/actions/workflows/test-windows-msvc.yml)
66
[![Windows LLVM](https://github.com/brightprogrammer/MisraStdC/actions/workflows/test-windows-llvm.yml/badge.svg?branch=master)](https://github.com/brightprogrammer/MisraStdC/actions/workflows/test-windows-llvm.yml)
77
[![Fuzzing](https://github.com/brightprogrammer/MisraStdC/actions/workflows/fuzz.yml/badge.svg?branch=master)](https://github.com/brightprogrammer/MisraStdC/actions/workflows/fuzz.yml)
8+
[![Chat on Zulip](https://img.shields.io/badge/chat-Zulip-6492FE.svg?logo=zulip&logoColor=white)](https://misrastdc.zulipchat.com/join/pbkj7hlz3ebiug35b3267yct/)
89

910
A C11 standard library, made with love, to bring some modern concepts into
1011
plain C. Everything is opt-in at build time — you compile only what you use, and
@@ -157,6 +158,9 @@ In-depth guides live under [`Docs/`](Docs/). Before contributing, read
157158
`clang-format`. Released into the public domain under the
158159
[Unlicense](LICENSE.md).
159160

161+
Questions, ideas, or just want to follow along? Join the chat on
162+
[Zulip](https://misrastdc.zulipchat.com/join/pbkj7hlz3ebiug35b3267yct/).
163+
160164
## Project status
161165

162166
This codebase is in its very early stages. There is no stable branch yet, and

0 commit comments

Comments
 (0)