summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodetriage-readme-bot <richard.schneeman+githubcodetriagereadme@gmail.com>2018-02-13 10:29:10 -0600
committercodetriage-readme-bot <richard.schneeman+githubcodetriagereadme@gmail.com>2018-02-13 10:29:10 -0600
commitb667a6d799ed49f241a33d47fd1823663f07f6b3 (patch)
treee71d259363db5f17c071ca27c2b92880887376e9
parenta64d27af64a5161fa208c0a4d124c0d227d4eead (diff)
downloadsql-parser-b667a6d799ed49f241a33d47fd1823663f07f6b3.zip
sql-parser-b667a6d799ed49f241a33d47fd1823663f07f6b3.tar.gz
sql-parser-b667a6d799ed49f241a33d47fd1823663f07f6b3.tar.bz2
Add CodeTriage badge to phpmyadmin/sql-parser
Adds a badge showing the number of people helping this repo on CodeTriage. [![Open Source Helpers](https://www.codetriage.com/phpmyadmin/sql-parser/badges/users.svg)](https://www.codetriage.com/phpmyadmin/sql-parser) ## What is CodeTriage? CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed [Read more about the CodeTriage project](https://www.codetriage.com/what). ## Why am I getting this PR? Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 8 months ago, [nijel](https://github.com/nijel) added this project to CodeTriage in order to start contributing. ## What does adding a badge accomplish? Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project. You can see an example of a CodeTriage badge on these popular OSS READMEs: - [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails - [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal ## Have a question or comment? While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics. If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again. Thanks for making your project Open Source! Any feedback is greatly appreciated.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11e5781..b10f87b 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ A validating SQL lexer and parser with a focus on MySQL dialect.
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=master)
[![Translation status](https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg)](https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget)
[![Packagist](https://img.shields.io/packagist/dt/phpmyadmin/sql-parser.svg)](https://packagist.org/packages/phpmyadmin/sql-parser)
+[![Open Source Helpers](https://www.codetriage.com/phpmyadmin/sql-parser/badges/users.svg)](https://www.codetriage.com/phpmyadmin/sql-parser)
## Installation