mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Apply small changes to .github/ISSUE_TEMPLATE.md and .github/PULL_REQUEST_TEMPLATE.md.
This commit is contained in:
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
@@ -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)
|
|
||||||
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 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;
|
|
||||||
Reference in New Issue
Block a user