From e87c4cac360e265fd798cf91a578e53a8eb3c9b3 Mon Sep 17 00:00:00 2001 From: JP Ventura Date: Sat, 21 Mar 2020 09:19:37 -0300 Subject: [PATCH] Docs: Add is it maintained badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Is it maintained? is an open source project whose goal is to monitor open source projects, certifying how well it is maintained. The metrics are: - RESOLUTION TIME: Median time needed to close an issue - OPEN PERCENTAGE: Percentage of open issues. Some issues are ignored based on their labels (example of ignored labels: "enhancement", "feature"…). For the median time needed to close an issue, issues older than 6 months are ignored too. References: - IS IT MAINTAINED? Check the activity of open source projects https://isitmaintained.com/#about --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa0250dc..57f8ee941 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@

The streaming build system

-[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![OpenCollective Backers][backer-badge]][backer-url] [![OpenCollective Sponsors][sponsor-badge]][sponsor-url] [![Gitter chat][gitter-image]][gitter-url] - +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![OpenCollective Backers][backer-badge]][backer-url] [![OpenCollective Sponsors][sponsor-badge]][sponsor-url] [![Gitter chat][gitter-image]][gitter-url] [![Issue resolution][resolution-time-image]][isitmaintained-url] [![Open issues][open-percentage-image]][isitmaintained-url] ## What is gulp? @@ -291,3 +290,7 @@ Become a sponsor to get your logo on our README on Github. [getting-started-guide]: https://gulpjs.com/docs/en/getting-started/quick-start [api-docs]: https://gulpjs.com/docs/en/api/concepts [esm-module]: https://github.com/standard-things/esm + +[isitmaintained-url]: https://isitmaintained.com/project/gulpjs/gulp +[open-percentage-image]: https://isitmaintained.com/badge/open/gulpjs/gulp.svg +[resolution-time-image]: https://isitmaintained.com/badge/resolution/gulpjs/gulp.svg