Improve create-release script to handle QA branches higher than QA_4_8.
[phpmyadmin.git] / .github / PULL_REQUEST_TEMPLATE.md
blobbc6e3381a89406e8d70a027f0839af277b0379fd
1 ### Description
3 Please describe your pull request.
5 Fixes #
7 Before submitting pull request, please review the following checklist:
9 - [ ] Make sure you have read our [CONTRIBUTING.md](https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md) document.
10 - [ ] Make sure you are making a pull request against the correct branch. For example, for bug fixes in a released version use the corresponding QA branch and for new features use the _master_ branch. If you have a doubt, you can ask as a comment in the bug report or on the mailing list.
11 - [ ] Every commit has proper `Signed-off-by` line as described in our [DCO](https://github.com/phpmyadmin/phpmyadmin/blob/master/DCO). This ensures that the work you're submitting is your own creation.
12 - [ ] Every commit has a descriptive commit message.
13 - [ ] Every commit is needed on its own, if you have just minor fixes to previous commits, you can squash them.
14 - [ ] Any new functionality is covered by tests.