From 80b4bcbff4d6edb21965c98ec4ecf7d3e217c562 Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Thu, 8 Sep 2022 10:58:49 -0700 Subject: [PATCH] Added badges for CI in README (#125) * Added badges for CI in README Signed-off-by: Owais Kazi * Update readme Signed-off-by: Owais Kazi * PR comments Signed-off-by: Owais Kazi Signed-off-by: Owais Kazi --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7764a325c..8a0899a5f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ [![codecov](https://codecov.io/gh/opensearch-project/opensearch-sdk-java/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/opensearch-sdk-java) +[![GHA gradle check](https://github.com/opensearch-project/opensearch-sdk-java/actions/workflows/build.yml/badge.svg)](https://github.com/opensearch-project/opensearch-sdk-java/actions/workflows/build.yml) +[![GHA validate pull request](https://github.com/opensearch-project/opensearch-sdk-java/actions/workflows/wrapper.yml/badge.svg)](https://github.com/opensearch-project/opensearch-sdk-java/actions/workflows/wrapper.yml) -# OpenSearch SDK +# OpenSearch SDK for Java - [Introduction](#introduction) - [Contributing](#contributing) +- [Developer Guide](#developer-guide) +- [Design](#design) +- [Maintainers](#maintainers) - [Code of Conduct](#code-of-conduct) ## Introduction @@ -11,7 +16,15 @@ Opensearch plugins have allowed the extension and ehancements of various core fe Read more about extensibility [here](https://github.com/opensearch-project/OpenSearch/issues/1422) ## Contributing +See [CONTRIBUTING](CONTRIBUTING.md) + +## Developer Guide See [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md) +## Design +See [DESIGN](DESIGN.md) + +## Maintainers +See [MAINTAINERS](MAINTAINERS.md) ## Code of Conduct