If you find a bug, you can either (1) make a pull-request with a fix or (2) open an issue. In the latter case, please describe how to reproduce the bug.
I don’t have access to a Windows machine, so my ability to reproduce (and fix) issues on that OS is very limited.
I consider term2048
to be stable; please don’t add new features.
- Ensure tests pass. CI should be green. Run
python3 tests/test.py
andpython2 tests/test.py
- Add an entry in the changelog; bump the version in
term2048/__init__.py
; commit; tag; push. rm -rf dist
to remove old distribution filespython3 setup.py sdist bdist_wheel
twine check dist/*
. Fix any warning.twine upload dist/*