X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/vendor/zordius/lightncandy/CONTRIBUTING.md diff --git a/vendor/zordius/lightncandy/CONTRIBUTING.md b/vendor/zordius/lightncandy/CONTRIBUTING.md new file mode 100644 index 00000000..0d7aa65d --- /dev/null +++ b/vendor/zordius/lightncandy/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# How to Contribute + +## Reporting Issues + +Submit your issue here: https://github.com/zordius/lightncandy/issues/new + +Proper sample input data with template is prefered. If you can provide the LightnCandy version (or commit hash) and some sample code of your setup/helpers it will be better. + +## Pull Requests + +Pull request is another good way. Before you submit your patch, please ensure you run full tests: + +```sh +git submodule init +git submodule update +build/runphp build/gen_test.php +phpunit +```