Added instructions in the Readme about submitting pull requests, with reference to MDTest.

Fixes #114.
This commit is contained in:
Michel Fortin 2013-11-28 10:21:43 -05:00
parent 2b13410202
commit fe2c74424e

View file

@ -128,6 +128,21 @@ that the backtrack limit is not too low by running `php --info | grep pcre`.
See Installation and Requirement above for details.
Development and Testing
-----------------------
Pull requests for fixing bugs are welcome. Proposed new features are
going meticulously reviewed -- taking into account backward compatibility,
potential side effects, and future extensibility -- before deciding on
acceptance or rejection.
If you make a pull request that includes changes to the parser please add
tests for what is being changed to [MDTest][] and make a pull request there
too.
[MDTest]: https://github.com/michelf/mdtest/
Version History
---------------