From 603ce3f0f7ea27a5f999d19c9548602b872c22b2 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Wed, 30 Aug 2023 09:39:57 +0300 Subject: [PATCH 1/2] #16 --- README.md | 2 +- blamer-hub.svg | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 blamer-hub.svg diff --git a/README.md b/README.md index 8ab2844..8e79848 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -blamer-bot +blamer-bot [![codecov](https://codecov.io/gh/Blamer-io/hub/branch/master/graph/badge.svg?token=5HCTK3KRGL)](https://codecov.io/gh/Blamer-io/hub) diff --git a/blamer-hub.svg b/blamer-hub.svg deleted file mode 100644 index 209f3da..0000000 --- a/blamer-hub.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - From 33ef41337832e87c3e3c035cf97c69ef3ea2f0ec Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Wed, 30 Aug 2023 10:00:56 +0300 Subject: [PATCH 2/2] #45 --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e79848..7151d4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,42 @@ blamer-bot +[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org) +[![DevOps By Rultor.com](https://www.rultor.com/b/blamer-io/hub)](https://www.rultor.com/p/Blamer-io/hub) +[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/) +
+ +[![mvn](https://github.com/Blamer-io/bot/actions/workflows/mvn.yaml/badge.svg)](https://github.com/Blamer-io/bot/actions/workflows/mvn.yaml) [![codecov](https://codecov.io/gh/Blamer-io/hub/branch/master/graph/badge.svg?token=5HCTK3KRGL)](https://codecov.io/gh/Blamer-io/hub) -Blamer Hub is an engine that distributes messages between microservices +[![Hits-of-Code](https://hitsofcode.com/github/Blamer-io/hub)](https://hitsofcode.com/view/github/Blamer-io/hub) +[![Lines-of-Code](https://tokei.rs/b1/github/Blamer-io/hub)](https://github.com/Blamer-io/hub) +[![PDD status](http://www.0pdd.com/svg?name=Blamer-io/hub)](http://www.0pdd.com/p?name=Blamer-io/hub) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Blamer-io/hub/blob/master/LICENSE.txt) + +Project architect: [@l3r8yJ](https://github.com/l3r8yJ) + +Blamer Hub is an engine that distributes messages between microservices. + +**Motivation**. We are needed some application that will integrate GitHub notifications and +Telegram messages in a decoupled, microservices way. + +**Principles**. These are the [design principles](https://www.elegantobjects.org/#principles) behind blamer-hub. + +**How to use**. + +TBD.. + +## How to Contribute + +Fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html). +We will review your changes and apply them to the `master` branch shortly, +provided they don't violate our quality standards. To avoid frustration, +before sending us your pull request please run full Maven build: + +```bash +$ mvn clean install +``` + +You will need Maven 3.8.7+ and Java 17+. + +Our [rultor image](https://github.com/eo-cqrs/eo-kafka-rultor-image) for CI/CD.