Adds a badge showing the number of people helping this repo on CodeTriage. [](https://www.codetriage.com/phpmyadmin/phpmyadmin) ## 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 about 3 years ago, [shreya22](https://github.com/shreya22) added this project to CodeTriage in order to start contributing. Since then, 82 people have subscribed to help this repo. ## 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) https://github.com/rails/rails - [](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. Signed-off-by: William Desportes <williamdes@wdes.fr>
2.5 KiB
Contributing to phpMyAdmin
As an open source project, phpMyAdmin welcomes contributions of many forms.
Bug reporting
We appreciate your effort to improve phpMyAdmin by submitting a bug report. Before doing so, please check the following things:
- Check whether the bug you face hasn't been already reported. Duplicate reports takes us time, that we could be used to fix other bugs or make improvements.
- Specify the phpMyAdmin, server, PHP, MySQL and browser information that may be helpful to fix the problem, especially exact version numbers.
- If you got some error, please describe what happened and add error message. Reports like "I get error when I clicked on some link." are useless.
- Provide easy steps to reproduce and if possible include your table structure (``SHOW CREATE TABLE `tbl_name```); if your problem implies specific data, attach a small export file for sample rows.
- Security problems should not be reported here. See our security page. Thanks for your help!
Please report bugs on GitHub.
Patches submission
Patches are welcome as pull requests on GitHub. Please include a
Signed-off-by tag in the commit message (you can do this by passing --signoff
parameter to Git).
When creating the commit on GitHub or using some other tool which does not have
direct support for this, it is the same as adding
Signed-off-by: Your name <email@example.com>
as the last line of the commit message.
Example: Signed-off-by: Jane Smith <jane.smith@example.org>
Note that by submitting patches with the Signed-off-by tag, you are giving permission to license the patch as GPLv2-or-later. See the DCO file for details.
Triage issues 
You can triage issues which may include reproducing bug reports or asking for vital information, such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to phpmyadmin on CodeTriage.
More information
You can find more information on our website: