2017-03-26 14:17:16 +07:00
# Contributing
2015-03-04 12:01:13 -05:00
2017-01-18 01:03:23 +07:00
Thank you for considering contributing to Deployer. Please make sure to read the following sections if you plan on submitting new issues or pull requests.
2015-03-04 12:01:13 -05:00
2017-03-26 14:17:16 +07:00
## Bug
2015-03-04 12:01:13 -05:00
In order for us to provide you with help as fast as possible, please make sure to include the following when reporting bugs.
2015-05-20 09:58:04 +07:00
* Deployer version
* PHP version
* Deployment target(s) OS
2017-04-06 13:50:58 +07:00
* Content of `deploy.php`
* Output log with enabled option for verbose output `-vvv`
2015-03-04 12:01:13 -05:00
2017-03-26 14:17:16 +07:00
## New features
2015-03-04 12:01:13 -05:00
All code contributions must go through a pull request and approved by a core developer before being merged.
This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
To ensure a consistent code base, you should make sure the code follows
the [PSR-1 ](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md ).
2015-05-20 09:58:04 +07:00
If you would like to help take a look at the [list of issues ](https://github.com/deployphp/deployer/issues ).
2015-09-07 13:25:44 +02:00
## Make a Pull Request
2017-01-18 00:51:27 +07:00
Add notes about your changes to [CHANGELOG.md ](https://github.com/deployphp/deployer/blob/master/CHANGELOG.md ).