Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

40 lines (29 loc) · 1.4 KB

How to Contribute

The PHPMD project welcomes your contribution. There are several ways to help out:

  • Create an issue on GitHub, if you have found a bug or have an idea for a feature
  • Write test cases for open bug issues
  • Write patches for open bug/feature issues
  • Participate on the PHPMD IRC Channel

There are a few guidelines that we need contributors to follow, so that we have a chance of keeping on top of things.

Issues

  • Submit an issue
    • Make sure it does not already exist.
    • Clearly describe the issue including steps to reproduce, when it is a bug.
    • Make sure you note the PHPMD version you use.

Coding Standard

Make sure your code changes comply with the PSR-2 Coding standard, using PHP Codesniffer:

phpcs -p --extensions=php --standard=PSR2 /path/to/phpmd/

Additional Resources