diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6a63a23d2..113a11c1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ about: Report broken or incorrect behaviour ### Checklist - + - [ ] I have searched the open issues for duplicates. - [ ] I have shown the entire traceback, if possible. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 223f45050..e39c651da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ ### Checklist - + - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes.