1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/.github/CONTRIBUTING.md

14 lines
869 B
Markdown
Raw Permalink Normal View History

2016-03-26 16:57:05 +01:00
We welcome contributions through pull requests on GitHub and encourage contributors to join our IRC channel on freenode, #polr
2016-02-12 17:24:12 +01:00
2016-03-26 16:57:05 +01:00
Polr is written in PHP with the Lumen (Laravel-based) framework. As of 2016, we won't be officially supporting 1.x outside of fixing critical security bugs. The 1.x legacy branch uses MySQLi and requires the MySQL native driver -- whereas 2.x requires the PDO driver and uses the Eloquent ORM.
You can run tests for Polr using `phpunit`, and we encourage all contributors submitting a pull request to run them beforehand.
Polr is licensed under the __GPLv2+__ license: either version 2 of the GPL, or at your option, any later version.
By contributing to Polr, you agree to have your work licensed under GPLv2+.
Please be considerate towards others and respect all who participate in the community.
Thank you so much for contributing!