diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d1f5f1d..c8b9498 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,10 +26,5 @@ A possible solution could be... ### Python version - + Python 3.10.6 x64 - -### Mypy version - - -mypy 0.991 (compiled: yes) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f08ca31..05f83fa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,8 +25,5 @@ PR fixes the following issue: - [ ] I have commented my code, particularly in hard-to-understand areas; - [ ] I have made corresponding changes to the documentation; - [ ] My changes generate no new warnings; -- [ ] I have added tests that prove my fix is effective or that my feature works; -- [ ] New and existing unit tests pass locally with my changes; - [ ] Mypy returns no errors or warnings when run on the root package; - [ ] Pylint returns a score of 10.00/10.00 when run on the root package; -- [ ] I have updated the library version and updated the CHANGELOG; \ No newline at end of file