Files
sam-kd/dbeditor/CONTRIBUTING.md
hskwon aca1767eb9 초기 커밋: 5130 레거시 시스템
- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경
- DB 연결 하드코딩 → .env 기반으로 변경
- MySQL strict mode DATE 오류 수정
2025-12-10 20:14:31 +09:00

1.9 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:

  1. 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.
  2. Specify the phpMyAdmin, server, PHP, MySQL and browser information that may be helpful to fix the problem, especially exact version numbers.
  3. 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.
  4. 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.
  5. 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.

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.

More information

You can find more information on our website:

https://www.phpmyadmin.net/contribute/