deployer/.github/PULL_REQUEST_TEMPLATE.md

15 lines
326 B
Markdown
Raw Normal View History

2016-03-11 10:33:10 +07:00
| Q | A
| ------------- | ---
2016-03-11 10:44:17 +07:00
| Bug fix? | Yes or No
| New feature? | Yes or No
| BC breaks? | Yes or No
| Deprecations? | Yes or No
| Fixed tickets | N/A or xx
2017-01-18 00:53:42 +07:00
2018-09-06 13:04:42 +07:00
> Do not forget to add notes about your changes to CHANGELOG.md
>
> Easiest way to do it, by running next command:
>
> php bin/changelog
>