Skip to content
10 changes: 7 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<!-- Please create/claim an issue before sending a PR -->
<!-- Please create (if there is not one yet) a issue before sending a PR -->
<!-- Add issue number (Eg: fixes #123) -->
<!-- Always provide changes in existing tests or new tests -->

Fixes #

### Checklist
- [ ] My branch is up-to-date with upstream/develop branch.
- [ ] Everything works and tested for Python 3.6.0 and above.

### Description
<!-- Describe about what this PR does, previous state and new state of the output -->
### Current behaviour
<!-- Describe the code you are going to change and its behaviour -->

### New expected behaviour
<!-- Describe the new code and its expected behaviour -->

### Change logs

Expand Down