Skip to content

Commit

Permalink
doc: add badges and contributors to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch committed Jan 9, 2024
1 parent 4cf4421 commit 30e34bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Lifeboat

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cluetec/lifeboat) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/cluetec/lifeboat) [![Go Report Card](https://goreportcard.com/badge/github.com/cluetec/lifeboat)](https://goreportcard.com/report/github.com/cluetec/lifeboat)

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / lint

Line length

README.md:3:121 MD013/line-length Line length [Expected: 120; Actual: 326] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md

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 +139,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).

### 👥 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.

0 comments on commit 30e34bb

Please sign in to comment.