From 72f325b78edd0dc2aac940a76ce5f644005ce4c3 Mon Sep 17 00:00:00 2001 From: James George Date: Mon, 14 Jan 2019 22:05:24 +0530 Subject: [PATCH] chore: add pr welcoming badge (#1291) --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index e3773da..0be6dae 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,7 @@ [![Test coverage][coveralls-image]][coveralls-url] [![OpenCollective Backers][backers-image]](#backers) [![OpenCollective Sponsors][sponsors-image]](#sponsors) + [![PR's Welcome][pr-welcoming-image]][pr-welcoming-url] Expressive HTTP middleware framework for node.js to make web applications and APIs more enjoyable to write. Koa's middleware stack flows in a stack-like manner, allowing you to perform actions downstream then filter and manipulate the response upstream. @@ -321,3 +322,5 @@ Become a sponsor and get your logo on our README on Github with a link to your s [gitter-image]: https://img.shields.io/gitter/room/koajs/koa.svg?style=flat-square [gitter-url]: https://gitter.im/koajs/koa?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge [#koajs]: https://webchat.freenode.net/?channels=#koajs +[pr-welcoming-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square +[pr-welcoming-url]: https://github.com/koajs/koa