From 9e136c40a0132c2598c47771dbc51ee290f8a51e Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 1 Nov 2024 01:37:57 +0200 Subject: [PATCH] add contributors section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 740c7036..83cee5bd 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ Quick start guide and maintenance protocol * new branch created for every new PR `git checkout -b 'contribution-name'` * new code follows common [rustfmt](https://rust-lang.github.io/rustfmt/) style `cargo fmt --check` +#### Contributors + +![wakatime](https://wakatime.com/badge/user/0b7fe6c1-b091-4c98-b930-75cfee17c7a5/project/018ebca8-4d22-4f9e-b557-186be6553d9a.svg) ![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg) + ### Releases * Package version in repository should be increased immediately after stable release on [crates.io](https://crates.io/crates/yoda) and before apply new changes