From f78a7d03a45240221ce565efd00be9c546a5a996 Mon Sep 17 00:00:00 2001 From: colin constable Date: Thu, 15 Aug 2024 13:14:06 -0700 Subject: [PATCH 1/2] fix: moved Stable to Green and Alpha to Orange (no red) --- profile/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profile/README.md b/profile/README.md index a63f9a8..244c5b5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -39,14 +39,14 @@ repos for [Atsign's technology](https://docs.atsign.com/). ## Available SDKS -[![Dart](https://img.shields.io/badge/Dart-Stable-Informational?style=for-the-badge&color=blue&logo=Dart)](https://github.com/atsign-foundation/at_client_sdk) -[![Java](https://img.shields.io/badge/Java-Stable-Informational?style=for-the-badge&color=blue&logo=Oracle)](https://github.com/atsign-foundation/at_java) +[![Dart](https://img.shields.io/badge/Dart-Stable-Informational?style=for-the-badge&color=green&logo=Dart)](https://github.com/atsign-foundation/at_client_sdk) +[![Java](https://img.shields.io/badge/Java-Stable-Informational?style=for-the-badge&color=green&logo=Oracle)](https://github.com/atsign-foundation/at_java) [![MicroPython](https://img.shields.io/badge/MicroPython-Beta-Informational?style=for-the-badge&color=yellow&logo=micropython)](https://github.com/atsign-foundation/at_pico_w) [![Python](https://img.shields.io/badge/Python-Beta-Informational?style=for-the-badge&color=yellow&logo=python)](https://github.com/atsign-foundation/at_python) -[![C](https://img.shields.io/badge/C-Alpha-Informational?style=for-the-badge&color=red&logo=c)](https://github.com/atsign-foundation/at_c) -[![C++](https://img.shields.io/badge/C++-Alpha-Informational?style=for-the-badge&color=red&logo=cplusplus)](https://github.com/atsign-foundation/at_esp32) -[![Go](https://img.shields.io/badge/Go-Alpha-Informational?style=for-the-badge&color=red&logo=go)](https://github.com/atsign-foundation/at_go) -[![Rust](https://img.shields.io/badge/Rust-Alpha-Informational?style=for-the-badge&color=red&logo=rust)](https://github.com/atsign-foundation/at_rust) +[![C](https://img.shields.io/badge/C-Alpha-Informational?style=for-the-badge&color=orange&logo=c)](https://github.com/atsign-foundation/at_c) +[![C++](https://img.shields.io/badge/C++-Alpha-Informational?style=for-the-badge&color=orange&logo=cplusplus)](https://github.com/atsign-foundation/at_esp32) +[![Go](https://img.shields.io/badge/Go-Alpha-Informational?style=for-the-badge&color=orange&logo=go)](https://github.com/atsign-foundation/at_go) +[![Rust](https://img.shields.io/badge/Rust-Alpha-Informational?style=for-the-badge&color=orange&logo=rust)](https://github.com/atsign-foundation/at_rust) ## How we use GitHub From 629ba7971c94e2cdc0dd6406ed476c1494f35efd Mon Sep 17 00:00:00 2001 From: colin constable Date: Thu, 15 Aug 2024 13:29:01 -0700 Subject: [PATCH 2/2] feat: Updated C to Beta --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 244c5b5..90de0f5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -41,9 +41,9 @@ repos for [Atsign's technology](https://docs.atsign.com/). [![Dart](https://img.shields.io/badge/Dart-Stable-Informational?style=for-the-badge&color=green&logo=Dart)](https://github.com/atsign-foundation/at_client_sdk) [![Java](https://img.shields.io/badge/Java-Stable-Informational?style=for-the-badge&color=green&logo=Oracle)](https://github.com/atsign-foundation/at_java) +[![C](https://img.shields.io/badge/C-Beta-Informational?style=for-the-badge&color=yellow&logo=c)](https://github.com/atsign-foundation/at_c) [![MicroPython](https://img.shields.io/badge/MicroPython-Beta-Informational?style=for-the-badge&color=yellow&logo=micropython)](https://github.com/atsign-foundation/at_pico_w) [![Python](https://img.shields.io/badge/Python-Beta-Informational?style=for-the-badge&color=yellow&logo=python)](https://github.com/atsign-foundation/at_python) -[![C](https://img.shields.io/badge/C-Alpha-Informational?style=for-the-badge&color=orange&logo=c)](https://github.com/atsign-foundation/at_c) [![C++](https://img.shields.io/badge/C++-Alpha-Informational?style=for-the-badge&color=orange&logo=cplusplus)](https://github.com/atsign-foundation/at_esp32) [![Go](https://img.shields.io/badge/Go-Alpha-Informational?style=for-the-badge&color=orange&logo=go)](https://github.com/atsign-foundation/at_go) [![Rust](https://img.shields.io/badge/Rust-Alpha-Informational?style=for-the-badge&color=orange&logo=rust)](https://github.com/atsign-foundation/at_rust)