Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize README shield badges #1403

Closed
marcduiker opened this issue May 16, 2024 · 3 comments
Closed

Standardize README shield badges #1403

marcduiker opened this issue May 16, 2024 · 3 comments
Assignees
Labels

Comments

@marcduiker
Copy link
Contributor

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: dapr/community#355

These are the shield badges for the CLI repo.

Go Report Card Build Status Code Coverage License: Apache 2.0 FOSSA Status Good First Issues discord YouTube X/Twitter

Snippet to include in the README:

[![Go Report Card][go-report-badge]][go-report-url] [![Build Status][actions-badge]][actions-url] [![Code Coverage][codecov-badge]][codecov-url] [![License: Apache 2.0][apache-badge]][apache-url] [![FOSSA Status][fossa-badge]][fossa-url] [![Good First Issues][gfi-badge]][gfi-url] [![discord][discord-badge]][discord-url] [![YouTube][youtube-badge]][youtube-link] [![X/Twitter][x-badge]][x-link]

[go-report-badge]: https://goreportcard.com/badge/github.com/dapr/cli?style=flat
[go-report-url]: https://goreportcard.com/report/github.com/dapr/cli
[apache-badge]: https://img.shields.io/github/license/dapr/cli?style=flat&label=License&logo=github
[apache-url]: https://github.com/dapr/cli/blob/master/LICENSE
[actions-badge]: https://github.com/dapr/cli/workflows/dapr_cli/badge.svg?style=flat&logo=github
[actions-url]: https://github.com/dapr/cli/actions?workflow=dapr_cli
[codecov-badge]: https://codecov.io/gh/dapr/cli/branch/master/graph/badge.svg?style=flat
[codecov-url]: https://codecov.io/gh/dapr/cli
[fossa-badge]: https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fcli.svg?type=shield
[fossa-url]: https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fdapr%2Fcli?ref=badge_shield
[gfi-badge]:https://img.shields.io/github/issues-search/dapr/cli?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/cli/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

@ maintainers: Please label this as good first issue.

@MO2k4
Copy link

MO2k4 commented May 17, 2024

/assign

@dapr-bot
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@dapr-bot dapr-bot added the stale label Jun 16, 2024
@dapr-bot
Copy link
Collaborator

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants