This commit is contained in:
Lilian Besson
2017-11-28 11:38:18 +01:00
parent fff93bb086
commit a03f664869
2 changed files with 23 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
* [GitHub contributors](#github-contributors)
* [GitHub issues](#github-issues)
* [GitHub pull-requests](#github-pull-requests)
* [GitHub Make a Pull Requests](#github-make-a-pull-requests)
* [GitHub file size](#github-file-size)
* [GitHub version](#github-version)
* [Bitbucket related](#bitbucket-related)
@@ -401,7 +402,7 @@ From [isitmaintained.com](http://isitmaintained.com):
[![Percentage of issues still open](http://isitmaintained.com/badge/open/Naereen/badges.svg)](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open")
```
### GitHub pull-requests
### GitHub Pull Requests
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/)
```markdown
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/)
@@ -412,6 +413,12 @@ From [isitmaintained.com](http://isitmaintained.com):
[![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/pull/)
```
### GitHub Make a Pull Requests
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
```markdown
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
```
### GitHub file size
[![Only 32 Kb](https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js)](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js)
```markdown

View File

@@ -613,7 +613,7 @@ From `isitmaintained.com <http://isitmaintained.com>`_:
:target: http://isitmaintained.com/project/Naereen/badges
GitHub pull-requests
GitHub Pull Requests
~~~~~~~~~~~~~~~~~~~~
|GitHub pull-requests|
@@ -634,6 +634,18 @@ GitHub pull-requests
.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
GitHub Make a Pull Requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|GitHub make-a-pull-requests|
.. code:: rst
|GitHub make-a-pull-requests|
.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
:target: http://makeapullrequest.com
GitHub file size
~~~~~~~~~~~~~~~~
@@ -1310,6 +1322,8 @@ License ? |GitHub license badges|
.. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg
.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
:target: http://makeapullrequest.com
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js
:target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js