mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
commit
25f2b841eb
@ -21,3 +21,25 @@ 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).
|
||||
|
||||
|
||||
## 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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user