1
0
Fork 0

add optional but default squash merge request to PULL_REQUEST_TEMPLATE (#1095)

This commit is contained in:
Dick Marinus 2019-09-28 04:34:34 +02:00 committed by Irina Truong
parent 88b829aa82
commit 67799b98ab
2 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,4 @@
- [ ] I've added my name to the `AUTHORS` file (or it's already there).
<!-- We would appreciate if you comply with our code style guidelines. -->
- [ ] I installed pre-commit hooks (`pip install pre-commit && pre-commit install`), and ran `black` on my code.
- [x] Please squash merge this pull request (uncheck if you'd like us to merge as multiple commits)

View File

@ -15,6 +15,11 @@ Bug fixes:
* History navigation bindings in multiline queries (#1004) (Thanks: `Pedro Ferrari`_)
* Can't connect to pgbouncer database (#1093). (Thanks: `Irina Truong`_)
Internal:
---------
* Add optional but default squash merge request to PULL_REQUEST_TEMPLATE
2.1.1
=====