dapr / dapr/cpp-sdk

Standardize README shield badges

Open
#62 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Makefile
Stars
38
Forks
16
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 cpp-sdk repo.

[![License: Apache 2.0][apache-badge]][apache-url] [![Good First Issues][gfi-badge]][gfi-url] [![discord][discord-badge]][discord-url] [![YouTube][youtube-badge]][youtube-link] [![X/Twitter][x-badge]][x-link]

[apache-badge]: https://img.shields.io/github/license/dapr/cpp-sdk?style=flat&label=License&logo=github
[apache-url]: https://github.com/dapr/cpp-sdk/blob/master/LICENSE
[actions-badge]: https://github.com/dapr/cpp-sdk/workflows/dapr-rust-sdk/badge.svg
[actions-url]: https://github.com/dapr/cpp-sdk/actions?query=workflow%3Adapr-rust-sdk
[gfi-badge]:https://img.shields.io/github/issues-search/dapr/cpp-sdk?query=type%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22&label=Good%20first%20issues&style=flat&logo=github
[gfi-url]:https://github.com/dapr/cpp-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
[discord-badge]: https://img.shields.io/discord/778680217417809931?label=Discord&style=flat&logo=discord
[discord-url]: http://bit.ly/dapr-discord
[youtube-badge]:https://img.shields.io/youtube/channel/views/UCtpSQ9BLB_3EXdWAUQYwnRA?style=flat&label=YouTube%20views&logo=youtube
[youtube-link]:https://youtube.com/@daprdev
[x-badge]:https://img.shields.io/twitter/follow/daprdev?logo=x&style=flat
[x-link]:https://twitter.com/daprdev

Snippet to include in the README just below the title:

```
[![License: Apache 2.0][apache-badge]][apache-url] [![Good First Issues][gfi-badge]][gfi-url] [![discord][discord-badge]][discord-url] [![YouTube][youtube-badge]][youtube-link] [![X/Twitter][x-badge]][x-link]

[apache-badge]: https://img.shields.io/github/license/dapr/cpp-sdk?style=flat&label=License&logo=github
[apache-url]: https://github.com/dapr/cpp-sdk/blob/master/LICENSE
[actions-badge]: https://github.com/dapr/cpp-sdk/workflows/dapr-rust-sdk/badge.svg
[actions-url]: https://github.com/dapr/cpp-sdk/actions?query=workflow%3Adapr-rust-sdk
[gfi-badge]:https://img.shields.io/github/issues-search/dapr/cpp-sdk?query=type%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22&label=Good%20first%20issues&style=flat&logo=github
[gfi-url]:https://github.com/dapr/cpp-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
[discord-badge]: https://img.shields.io/discord/778680217417809931?label=Discord&style=flat&logo=discord
[discord-url]: http://bit.ly/dapr-discord
[youtube-badge]:https://img.shields.io/youtube/channel/views/UCtpSQ9BLB_3EXdWAUQYwnRA?style=flat&label=YouTube%20views&logo=youtube
[youtube-link]:https://youtube.com/@daprdev
[x-badge]:https://img.shields.io/twitter/follow/daprdev?logo=x&style=flat
[x-link]: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

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.