Update CONTRIBUTING.md

This commit is contained in:
Anton Medvedev 2017-03-26 14:17:16 +07:00
parent b4f218dc6b
commit eb9de1a648

View File

@ -1,8 +1,8 @@
# Contributing to Deployer
# Contributing
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
## Bug
In order for us to provide you with help as fast as possible, please make sure to include the following when reporting bugs.
@ -10,7 +10,7 @@ In order for us to provide you with help as fast as possible, please make sure t
* PHP version
* Deployment target(s) OS
# New features
## 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.
@ -25,22 +25,4 @@ If you would like to help take a look at the [list of issues](https://github.com
## Make a Pull Request
The pull request description must include the following checklist at the top
to ensure that contributions may be reviewed without needless feedback
loops and that your contributions can be included into the core as quickly as
possible:
```
| Q | A
| ------------- | ---
| Bug fix? | yes|no
| New feature? | yes|no
| BC breaks? | yes|no
| Deprecations? | yes|no
| Fixed tickets | comma separated list of tickets fixed by the PR
```
The whole table must be included (do **not** remove lines that you think are
not relevant).
Add notes about your changes to [CHANGELOG.md](https://github.com/deployphp/deployer/blob/master/CHANGELOG.md).