From 8b7808ba0dbd13179c339b216ea372f76aba0eec Mon Sep 17 00:00:00 2001 From: Florian Rusch Date: Fri, 12 Jan 2024 10:05:05 +0100 Subject: [PATCH] docs: add badges and contributors to README.md (#40) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbd2b5..f25e1b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Lifeboat +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cluetec/lifeboat)](https://github.com/cluetec/lifeboat/releases) +[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/cluetec/lifeboat)](go.sum) +[![Go Report Card](https://goreportcard.com/badge/github.com/cluetec/lifeboat)](https://goreportcard.com/report/github.com/cluetec/lifeboat) + Lifeboat is a backup tool provided by [cluetec GmbH](https://cluetec.de). Lifeboat enables the user to create backups for a range of different source systems (e.g. PostgreSQL, MongoDB, HashiCorp Vault) and storing the backup also in different destination storage systems (e.g. S3 Buckets, Azure Blob, S/FTP, local filesystem). @@ -137,6 +141,14 @@ Everyone is more than welcome to contribute to this project! That's what open so To have some contribution guidance, please have a look at [CONTRIBUTING.md](CONTRIBUTING.md). -## License +### 👥 Contributors + + + Contributors + + +Made with [contrib.rocks](https://contrib.rocks). + +## ⚖️ License The project is licensed under the ["Apache-2.0"](./LICENSE) license.