1**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING** 2 3Before submitting a PR, please, make sure that: 4 5- Changes are in a separate branch, not in master. 6- The branch contains only one commit on top of master (if not, squash them into 7 one commit). 8- The commit has a descriptive commit message with a concise title (first line). 9- The commit message contains `fixes #XXXX` or `closes #XXXX` to auto-close the 10 issue(s) that the PR fixes (if any). 11- Tests for the changes have been added (for bug fixes / features). 12- Documentation has been added / updated (if applicable). 13- All new and existing tests passed locally (if not, fix them first and amend 14 the commit). 15 16IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing 17guidelines. 18 19**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING** 20