From f47107a03ec741c05b05a4ae7548731f902cbd25 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 27 Dec 2018 12:59:51 +0530 Subject: [PATCH 1/5] Add pr welcoming badge :+1: --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 582e8958c59..eda1f400c1a 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,7 @@ [![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url] + [![PR's Welcome][https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg]][https://github.com/expressjs/express/blob/master/Contributing.md] ```js var express = require('express') From 89501b920f89182f890fd8e6eaf790b79d6eba93 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 27 Dec 2018 13:02:41 +0530 Subject: [PATCH 2/5] markdown fix :construction: --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index eda1f400c1a..0c3d2f070e7 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ [![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url] - [![PR's Welcome][https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg]][https://github.com/expressjs/express/blob/master/Contributing.md] + [![PR's Welcome](https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg)](https://github.com/expressjs/express/blob/master/Contributing.md) ```js var express = require('express') From 2ff0bb08ef113773bfdb1d8250ca59c681505f54 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 27 Dec 2018 13:29:51 +0530 Subject: [PATCH 3/5] markdown fix :+1: --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0c3d2f070e7..55c6fdba0c8 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ [![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url] - [![PR's Welcome](https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg)](https://github.com/expressjs/express/blob/master/Contributing.md) + [![PR's Welcome][pr-welcoming-image]][pr-welcoming-url] ```js var express = require('express') @@ -152,3 +152,5 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d [gratipay-url-visionmedia]: https://gratipay.com/visionmedia/ [gratipay-image-dougwilson]: https://img.shields.io/gratipay/dougwilson.svg [gratipay-url-dougwilson]: https://gratipay.com/dougwilson/ +[pr-welcoming-image]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg +[pr-welcoming-url]: https://github.com/expressjs/express/blob/master/Contributing.md From 14a8f48e59ef174e1ca8a5b0cb9bf06fafe8d35f Mon Sep 17 00:00:00 2001 From: James George Date: Sat, 5 Jan 2019 08:45:55 +0530 Subject: [PATCH 4/5] Add contributing guidelines --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 55c6fdba0c8..4ffddfbd139 100644 --- a/Readme.md +++ b/Readme.md @@ -91,6 +91,10 @@ $ npm install $ npm start ``` +## Contributing + +Please see the [contributing guidelines](https://github.com/expressjs/express/blob/master/Contributing.md) + ## Philosophy The Express philosophy is to provide small, robust tooling for HTTP servers, making From 1cb8c6de13ed27340e8113428f52b3dc5fad364e Mon Sep 17 00:00:00 2001 From: James George Date: Sat, 5 Jan 2019 08:51:19 +0530 Subject: [PATCH 5/5] remove badge removes PR welcoming badge --- Readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Readme.md b/Readme.md index 4ffddfbd139..5bc358205bf 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,6 @@ [![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url] - [![PR's Welcome][pr-welcoming-image]][pr-welcoming-url] ```js var express = require('express') @@ -156,5 +155,3 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d [gratipay-url-visionmedia]: https://gratipay.com/visionmedia/ [gratipay-image-dougwilson]: https://img.shields.io/gratipay/dougwilson.svg [gratipay-url-dougwilson]: https://gratipay.com/dougwilson/ -[pr-welcoming-image]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg -[pr-welcoming-url]: https://github.com/expressjs/express/blob/master/Contributing.md