Contributing
Thanks for helping improve All Url Uploader.
Before You Open a Pull Request
- read the root
README.md - check open issues and pull requests first
- keep changes focused on one concern when possible
- run the local checks before publishing
Local Checks
uv run pytest
uv run pylint $(git ls-files '*.py')Good Contribution Areas
- bot behavior fixes
- download and upload edge cases
- docs updates
- deployment docs for current platforms
- test coverage for request parsing and callback flows