Apply small changes to .github/ISSUE_TEMPLATE.md and .github/PULL_REQUEST_TEMPLATE.md.

This commit is contained in:
Davide Casale
2023-10-26 07:00:06 +02:00
parent 77494de9ef
commit 36c48c3b3f
2 changed files with 1 additions and 9 deletions

View File

@@ -26,10 +26,5 @@ A possible solution could be...
### Python version ### Python version
<!-- Indicate your python version here --> <!-- Indicate your python version here -->
<!-- You can print it using `python3 --version`--> <!-- You can print it using `python3 --version` -->
Python 3.10.6 x64 Python 3.10.6 x64
### Mypy version
<!-- Indicate your mypy version here -->
<!-- You can print it using `python3 -m mypy --version`-->
mypy 0.991 (compiled: yes)

View File

@@ -25,8 +25,5 @@ PR fixes the following issue:
- [ ] I have commented my code, particularly in hard-to-understand areas; - [ ] I have commented my code, particularly in hard-to-understand areas;
- [ ] I have made corresponding changes to the documentation; - [ ] I have made corresponding changes to the documentation;
- [ ] My changes generate no new warnings; - [ ] 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; - [ ] 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; - [ ] 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;