From 233e1c2cf711c787c5771ec8c581743fd4477048 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 14 Nov 2023 18:58:50 -0600 Subject: [PATCH] Update README.md (#43) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 38269c0a9..9d3675e14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # .NET Aspire docs +[![GitHub contributors](https://img.shields.io/github/contributors/dotnet/docs-aspire.svg)](https://GitHub.com/dotnet/docs-aspire/graphs/contributors/) +[![GitHub repo size](https://img.shields.io/github/repo-size/dotnet/docs-aspire)](https://github.com/dotnet/docs-aspire) +[![GitHub issues-opened](https://img.shields.io/github/issues/dotnet/docs-aspire.svg)](https://GitHub.com/dotnet/docs-aspire/issues?q=is%3Aissue+is%3Aopened) +[![GitHub issues-closed](https://img.shields.io/github/issues-closed/dotnet/docs-aspire.svg)](https://GitHub.com/dotnet/docs-aspire/issues?q=is%3Aissue+is%3Aclosed) +[![GitHub pulls-opened](https://img.shields.io/github/issues-pr/dotnet/docs-aspire.svg)](https://GitHub.com/dotnet/docs-aspire/pulls?q=is%3Aissue+is%3Aopened) +[![GitHub pulls-merged](https://img.shields.io/github/issues-search/dotnet/docs-aspire?label=merged%20pull%20requests&query=is%3Apr%20is%3Aclosed%20is%3Amerged&color=darkviolet)](https://github.com/dotnet/docs-aspire/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged) +[![GitHub pulls-unmerged](https://img.shields.io/github/issues-search/dotnet/docs-aspire?label=unmerged%20pull%20requests&query=is%3Apr%20is%3Aclosed%20is%3Aunmerged&color=red)](https://github.com/dotnet/docs-aspire/pulls?q=is%3Apr+is%3Aclosed+is%3Aunmerged) + This repository contains the conceptual documentation for .NET Aspire. The [.NET Aspire documentation site](https://learn.microsoft.com/dotnet/aspire). ![.NET Aspire](assets/dotnet-aspire.png#gh-light-mode-only) @@ -18,3 +26,14 @@ To contribute, see: ## Microsoft Open Source Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + +## :octocat: GitHub Action workflows + +- [![Live branch protection](https://github.com/dotnet/docs-aspire/actions/workflows/live-protection.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/live-protection.yml): Adds a comment to PRs that were not automated, but rather manually created that target the `live` branch. +- [![Close stale issues](https://github.com/dotnet/docs-aspire/actions/workflows/stale.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/stale.yml): Closes stale issues that have not been updated in 180 days. +- [![Markdownlint](https://github.com/dotnet/docs-aspire/actions/workflows/markdownlint.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/markdownlint.yml): The current status for the entire repositories Markdown linter status. +- [![No response](https://github.com/dotnet/docs-aspire/actions/workflows/no-response.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/no-response.yml): If an issue is labeled with `needs-more-info` and the op doesn't respond within 14 days, the issue is closed. +- [![OPS status checker](https://github.com/dotnet/docs-aspire/actions/workflows/check-for-build-warnings.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/check-for-build-warnings.yml): Builds the site for the PR in context, and verifies the build reporting either, `success,` `warnings`, or `error`. +- [![Snippets 5000](https://github.com/dotnet/docs-aspire/actions/workflows/snippets5000.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/snippets5000.yml): Custom .NET build validation, locates code impacted by a PR, and builds. +- [![Target supported version](https://github.com/dotnet/docs-aspire/actions/workflows/version-sweep.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/version-sweep.yml): Runs monthly, creating issues on projects that target .NET versions that are out of support. +- [![Update dependabot.yml](https://github.com/dotnet/docs-aspire/actions/workflows/dependabot-bot.yml/badge.svg)](https://github.com/dotnet/docs-aspire/actions/workflows/dependabot-bot.yml): Automatically updates the `dependabot` configuration weekly, but only if required.