deployer/.github/PULL_REQUEST_TEMPLATE.md
Anton Medvedev 9e24cf4c1b
Changelog parser (#1692)
* Add changelog parser

* Add changelog stringer

* Fix empty lines

* Better error message

* Remove getters

* Remove extra white space

* Style fix

* Add test

* Add update/release/fix commands

* Update PULL_REQUEST_TEMPLATE.md

* Update tests
2018-09-06 13:03:38 +07:00

15 lines
392 B
Markdown

| Q | A
| ------------- | ---
| 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
> Do not forget to add notes about your changes to [CHANGELOG.md](https://github.com/deployphp/deployer/blob/master/CHANGELOG.md)
>
> Easiest way to do it, by running next command:
>
> php bin/changelog
>