From fe6c9fd0eda7c288003fa707cfa7d4697903d399 Mon Sep 17 00:00:00 2001 From: Aydin Mercan Date: Sat, 3 Sep 2022 23:10:11 +0300 Subject: [PATCH] readme: add badge and repo clarification --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4f3c854..73b56df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BearSSL-rs +![audit badge](https://github.com/aydinmercan/bearssl-rs/actions/workflows/audit.yml/badge.svg) + Use and extend BearSSL in Rust. ## Crates @@ -11,6 +13,16 @@ Use and extend BearSSL in Rust. ## Development +The code exists in multiple places as listed below: + +* [Main Repository](https://gitea.treehouse.systems/jmercan/bearssl-rs) + - Where the main branch resides. + - CI tasks are planned to run here. +* [GitHub Mirror](https://github.com/aydinmercan/bearssl-rs) + - Mainly intended to be used as a source for crate registries. + - Short jobs such as auditing also run here. + - Issues here are still considered but PRs will probably be merged manually. + We prefer commit signing via SSH. The allowed signers are listed in `.gitsigners`. To verify, a gitconfig entry such as the following is likely needed: