mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Add a link and a badge to http://makeapullrequest.com/
This commit is contained in:
parent
fff93bb086
commit
a03f664869
2 changed files with 23 additions and 2 deletions
|
|
@ -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):
|
|||
[](http://isitmaintained.com/project/Naereen/badges "Percentage of issues still open")
|
||||
```
|
||||
|
||||
### GitHub pull-requests
|
||||
### GitHub Pull Requests
|
||||
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
||||
```markdown
|
||||
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
||||
|
|
@ -412,6 +413,12 @@ From [isitmaintained.com](http://isitmaintained.com):
|
|||
[](https://GitHub.com/Naereen/StrapDown.js/pull/)
|
||||
```
|
||||
|
||||
### GitHub Make a Pull Requests
|
||||
[](http://makeapullrequest.com)
|
||||
```markdown
|
||||
[](http://makeapullrequest.com)
|
||||
```
|
||||
|
||||
### GitHub file size
|
||||
[](https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js)
|
||||
```markdown
|
||||
|
|
|
|||
16
README.rst
16
README.rst
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue