From 3db2f0a7e5a9e4c2bb3b898388714185e57067fd Mon Sep 17 00:00:00 2001 From: Sam Martinez Date: Fri, 16 Oct 2020 10:57:42 -0600 Subject: [PATCH] chore:(README) Update README to show bug count and feature count (#5607) * chore:(README) Update README to show bug count and feature count * add enhancement label --- Readme.md | 6 ++++++ yarn.lock | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index c0919272077..b81bb2d4bdf 100644 --- a/Readme.md +++ b/Readme.md @@ -14,6 +14,12 @@

+### Reporting Bugs/Feature Requests +[![Open Bugs](https://img.shields.io/github/issues/aws-amplify/amplify-cli/bug?color=d73a4a&label=bugs)](https://github.com/aws-amplify/amplify-cli/issues?q=is%3Aissue+is%3Aopen+label%3Abug) +[![Feature Requests](https://img.shields.io/github/issues/aws-amplify/amplify-cli/feature-request?color=ff9001&label=feature%20requests)](https://github.com/aws-amplify/amplify-cli/issues?q=is%3Aissue+label%3Afeature-request+is%3Aopen) +[![Enhancements](https://img.shields.io/github/issues/aws-amplify/amplify-cli/enhancement?color=4287f5&label=enhancement)](https://github.com/aws-amplify/amplify-cli/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) +[![Closed Issues](https://img.shields.io/github/issues-closed/aws-amplify/amplify-cli?color=%2325CC00&label=issues%20closed)](https://github.com/aws-amplify/amplify-cli/issues?q=is%3Aissue+is%3Aclosed+) + # AWS Amplify CLI The AWS Amplify CLI is a toolchain which includes a robust feature set for simplifying mobile and web application development. The CLI uses AWS CloudFormation and nested stacks to allow you to add or modify configurations locally before you push them for execution in your account. diff --git a/yarn.lock b/yarn.lock index 45c236389fe..2b344664d97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4649,6 +4649,11 @@ "@types/connect" "*" "@types/node" "*" +"@types/ci-info@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@types/ci-info/-/ci-info-2.0.0.tgz#51848cc0f5c30c064f4b25f7f688bf35825b3971" + integrity sha512-5R2/MHILQLDCzTuhs1j4Qqq8AaKUf7Ma4KSSkCtc12+fMs47zfa34qhto9goxpyX00tQK1zxB885VCiawZ5Qhg== + "@types/color-name@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"