Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add badges and contributors to README.md #40

Merged
merged 3 commits into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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

<a title="Contributors" href="https://github.com/cluetec/lifeboat/graphs/contributors">
<img alt="Contributors" src="https://contrib.rocks/image?repo=cluetec/lifeboat" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

## ⚖️ License

The project is licensed under the ["Apache-2.0"](./LICENSE) license.
Loading