diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index eda1ccabf..80219fdf2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,16 @@ ### Expected Behavior diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0a20cbff5..ac476bcce 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,9 @@ - -- [ ] If this is a bugfix, I have provided code that clearly demonstrates the problem and that works when used with this PR -- [ ] I have added a test to the test suite, if necessary -- [ ] I have properly documented new or changed features in the documention, or the docstrings + +- [ ] I have provided code that clearly demonstrates the bug and only works correctly when used with this PR +- [ ] I have added suitable tests to the test suite in `tests/` +- [ ] I have properly documented new or changed features in the documention or in the docstrings - [ ] I have properly documented unusual changes to the code in the comments around it - [ ] I have made note of any breaking/backwards incompatible changes