PULL_REQUEST_TEMPLATE.md
**Description of proposed changes**
<!-- Please describe changes proposed and **why** you made them. If unsure, open an issue first so we can discuss.-->
**Reminders**
- [ ] Fix #xxxx
- [ ] Pass Pre-commit check (green)
- [ ] Pass Codacy code review (green)
- [ ] Pass Circle CI test (green)
- [ ] Make sure that your code follows our style. Use the other functions/files as a basis.
- [ ] If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
- [ ] If adding new functionality, add a detailed description to the documentation and/or an example.