[github] Add a reminder about CHANGELOG.md files

This commit is contained in:
Nicolas Grekas 2017-03-06 18:30:37 +01:00
parent 3effed88e0
commit cb452ee154

View File

@ -1,10 +1,10 @@
| Q | A
| ------------- | ---
| Branch? | master / 2.7, 2.8 or 3.2 <!--see comment below-->
| Branch? | master / 2.7, 2.8 or 3.2 <!-- see comment below -->
| Bug fix? | yes/no
| New feature? | yes/no
| New feature? | yes/no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks? | yes/no
| Deprecations? | yes/no
| Deprecations? | yes/no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass? | yes/no
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| License | MIT