Skip to content

Commit ef432e8

Browse files
authored
Add LFX Insights health badge and revamp badges (#18785) (#18823)
This is pretty subjective, but I think we can reduce the number of badges shown at the top of the README. I've removed the links to the docs and forum as those links are available below in the project resources section. The issue count and PR count are visible at the top of the page on the default GitHub UI. The various gradle check statuses also didn't seem particularly useful in my opinion. (cherry picked from commit 315f26d) Signed-off-by: Andrew Ross <[email protected]>
1 parent 2c706ba commit ef432e8

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">
22

3-
[![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://forum.opensearch.org/c/opensearch/)
4-
[![Documentation](https://img.shields.io/badge/documentation-reference-blue)](https://opensearch.org/docs/latest/opensearch/index/)
5-
[![codecov](https://codecov.io/gh/opensearch-project/OpenSearch/branch/2.x/graph/badge.svg)](https://codecov.io/gh/opensearch-project/OpenSearch)
6-
[![GHA gradle check](https://github.com/opensearch-project/OpenSearch/actions/workflows/gradle-check.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/gradle-check.yml)
7-
[![GHA validate pull request](https://github.com/opensearch-project/OpenSearch/actions/workflows/wrapper.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/wrapper.yml)
8-
[![GHA precommit](https://github.com/opensearch-project/OpenSearch/actions/workflows/precommit.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/precommit.yml)
9-
[![Jenkins gradle check job](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuild.ci.opensearch.org%2Fjob%2Fgradle-check%2F&label=Jenkins%20Gradle%20Check)](https://build.ci.opensearch.org/job/gradle-check/)
3+
[![LFX Health Score](https://insights.production.lfx.dev/api/badge/health-score?project=opensearch-foundation)](https://insights.linuxfoundation.org/project/opensearch-foundation)
4+
[![LFX Active Contributors](https://insights.production.lfx.dev/api/badge/active-contributors?project=opensearch-foundation&repos=https://github.com/opensearch-project/OpenSearch)](https://insights.linuxfoundation.org/project/opensearch-foundation/repository/opensearch-project-opensearch)
5+
[![Code Coverage](https://codecov.io/gh/opensearch-project/OpenSearch/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/OpenSearch)
6+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/opensearch-project/OpenSearch?sort=semver)
7+
108

119

1210
- [Welcome!](#welcome)
@@ -24,10 +22,9 @@
2422
## Project Resources
2523

2624
* [Project Website](https://opensearch.org/)
27-
* [Downloads](https://opensearch.org/downloads.html)
28-
* [Documentation](https://opensearch.org/docs/)
29-
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/)
30-
* [Project Principles](https://opensearch.org/#principles)
25+
* [Downloads](https://opensearch.org/downloads/)
26+
* [Documentation](https://docs.opensearch.org/)
27+
* Need help? Try [Forums](https://discuss.opendistrocommunity.dev/) or [Slack](https://opensearch.org/slack/)
3128
* [Contributing to OpenSearch](CONTRIBUTING.md)
3229
* [Maintainer Responsibilities](MAINTAINERS.md)
3330
* [Release Management](RELEASING.md)

0 commit comments

Comments
 (0)