dapr / dapr/go-sdk

Standardize README shield badges

Open
#564 5 comments 0 reactions 1 assignee Claimed by @dasanind View on GitHub
documentation good first issue
Dominant language
Go
Stars
479
Forks
187
PR merge metrics
No merged PRs in 30d

Description

We want to update the README for all Dapr repos so they all include shield badges for YouTube, Discord, X/Twitter and ensure they are all in the same style. See: https://github.com/dapr/community/issues/355

These are the [shield badges]( https://shields.io/badges) for the go-sdk repo.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/dapr/go-sdk?style=flat) [![Go Report Card](https://goreportcard.com/badge/github.com/dapr/go-sdk)](https://goreportcard.com/report/github.com/dapr/go-sdk) [![Release](https://github.com/dapr/go-sdk/workflows/Release/badge.svg)](https://github.com/dapr/go-sdk/actions/workflows/release-on-tag.yaml) [![codecov](https://codecov.io/gh/dapr/go-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/dapr/go-sdk) [![GitHub License](https://img.shields.io/github/license/dapr/go-sdk?style=flat&label=License&logo=github)](https://github.com/dapr/go-sdk/blob/main/LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fgo-sdk.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fgo-sdk?ref=badge_shield&issueType=license) [![GitHub issue custom search in repo](https://img.shields.io/github/issues-search/dapr/go-sdk?query=type%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22&label=Good%20first%20issues&style=flat&logo=github)](https://github.com/dapr/go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) [![Discord](https://img.shields.io/discord/778680217417809931?label=Discord&style=flat&logo=discord)](http://bit.ly/dapr-discord) [![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCtpSQ9BLB_3EXdWAUQYwnRA?style=flat&label=YouTube%20views&logo=youtube)](https://youtube.com/@daprdev) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/daprdev?logo=x&style=flat)](https://twitter.com/daprdev)

Snippet to include in the README:

```
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/dapr/go-sdk?style=flat) [![Go Report Card](https://goreportcard.com/badge/github.com/dapr/go-sdk)](https://goreportcard.com/report/github.com/dapr/go-sdk) [![Release](https://github.com/dapr/go-sdk/workflows/Release/badge.svg)](https://github.com/dapr/go-sdk/actions/workflows/release-on-tag.yaml) [![codecov](https://codecov.io/gh/dapr/go-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/dapr/go-sdk) [![GitHub License](https://img.shields.io/github/license/dapr/go-sdk?style=flat&label=License&logo=github)](https://github.com/dapr/go-sdk/blob/main/LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fgo-sdk.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fgo-sdk?ref=badge_shield&issueType=license) [![GitHub issue custom search in repo](https://img.shields.io/github/issues-search/dapr/go-sdk?query=type%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22&label=Good%20first%20issues&style=flat&logo=github)](https://github.com/dapr/go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) [![Discord](https://img.shields.io/discord/778680217417809931?label=Discord&style=flat&logo=discord)](http://bit.ly/dapr-discord) [![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCtpSQ9BLB_3EXdWAUQYwnRA?style=flat&label=YouTube%20views&logo=youtube)](https://youtube.com/@daprdev) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/daprdev?logo=x&style=flat)](https://twitter.com/daprdev)
```

**Contributing**
- Comment `/assign` on this issue if you want to self-assign this issue and update the README.
- Don't forget to sign off your commit, for more details see [Developer Certificate of Origin (DCO) in the docs](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work).

@ maintainers: Please label this as `good first issue`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.