mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 14:24:21 +01:00
Apply small changes to .github/ISSUE_TEMPLATE.md and .github/PULL_REQUEST_TEMPLATE.md.
This commit is contained in:
5
.github/ISSUE_TEMPLATE.md
vendored
5
.github/ISSUE_TEMPLATE.md
vendored
@@ -28,8 +28,3 @@ A possible solution could be...
|
||||
<!-- Indicate your python version here -->
|
||||
<!-- You can print it using `python3 --version` -->
|
||||
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)
|
||||
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user