From a4998b4978a78455d29cd1cd3b75c75ba9973dd3 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 3 Jan 2019 15:00:36 +0530 Subject: [PATCH] docs(README): add PR Welcoming Badge * markdown fix :+1: * Add PR welcoming badge :rocket: * minor fix :+1: --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f63d32b..4b947189 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ This repo contains the core modules for the AdonisJs framework. You must checkou [![Build Status][travis-image]][travis-url] [![Appveyor][appveyor-image]][appveyor-url] [![Coveralls][coveralls-image]][coveralls-url] -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework?ref=badge_shield) +[![FOSSA Status][fossa-image]][fossa-url] +[![Pr's Welcome][pr-welcoming-image]][pr-welcoming-url] @@ -97,6 +98,11 @@ Now since the `add` method has a bug, it will return `6` instead of `4`. But the [coveralls-url]: https://coveralls.io/github/adonisjs/adonis-framework +[fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework.svg?type=shield +[fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework?ref=badge_shield + +[pr-welcoming-image]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg +[pr-welcoming-url]: https://adonisjs.com/docs/contribution-guide ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadonisjs%2Fadonis-framework?ref=badge_large)