From cfdab1127c0bdf7a0088a6706d131a7be4748dc6 Mon Sep 17 00:00:00 2001 From: Tom Rochette Date: Wed, 4 Mar 2015 12:01:13 -0500 Subject: [PATCH] Add initial CONTRIBUTING.md. --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..2b13137d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Contributing to Deployer + +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. + +# Bug + +In order for us to provide you with help as fast as possible, please make sure to include the following when reporting bugs. + +Deployer version +PHP version +Deployment target(s) OS + +# New features + +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). + +If you would like to help take a look at the [list of issues](https://github.com/deployphp/deployer/issues). \ No newline at end of file