icingaweb2-module-businessp.../doc/84-Contributing.md

20 lines
975 B
Markdown
Raw Normal View History

Contributing
============
The Businessprocess module is an Open Source project and lives from your contributions.
No matter whether these are feature requests, issues, translations, documentation or
code.
* Please check whether a related issue alredy exists on our [Issue Tracker](https://github.com/icinga/icingaweb2-module-businessprocess/issues)
* Make sure your code conforms to the [PSR-2: Coding Style Guide](http://www.php-fig.org/psr/psr-2/)
2017-01-27 07:31:17 -05:00
* Unit-Tests would be great
* Send a [Pull Request](https://github.com/Icinga/icingaweb2-module-businessprocess/pulls)
(it will automatically be tested on Travis-CI, PSR-2 is enforced)
* We try hard to keep our master always green: [![Build Status](https://travis-ci.org/Icinga/icingaweb2-module-businessprocess.svg?branch=master)](https://travis-ci.org/Icinga/icingaweb2-module-businessprocess)
2017-01-27 07:48:25 -05:00
Compatibility
-------------
The Business Process module is tested on PHP versions 5.3 up to 7.1 (including
nightly builds).