Added instructions in the Readme about submitting pull requests, with reference to MDTest.
Fixes #114.
This commit is contained in:
parent
2b13410202
commit
fe2c74424e
1 changed files with 15 additions and 0 deletions
15
Readme.md
15
Readme.md
|
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue