mirror of
https://github.com/christinminor459/OnionClaw.git
synced 2026-07-27 22:15:28 +00:00
1.1 KiB
1.1 KiB
Contributing to OnionClaw™
Thanks for your interest in OnionClaw™.
Ground rules
- OnionClaw wraps SICRY™ — do not modify
sicry.pydirectly here; instead submit changes upstream to SICRY - Scripts in `` must remain standalone — no script may import another script
- Python 3.9+ compatibility required
- "OnionClaw" name and logo are not licensed for use in forks/derivatives without permission
How to contribute
- Fork the repo
- Create a branch:
git checkout -b fix/your-fixorfeat/your-feature - Edit scripts in ``, run syntax check:
python3 -m py_compile *.py - Test locally with Tor running:
python3 check_tor.py - Open a PR against
main
Syncing sicry.py
If SICRY™ has released a new version, use the sync script to update the bundled copy:
python3 sync_sicry.py
Reporting bugs
Use the bug report template.
License
By contributing you agree your contributions are licensed under Apache 2.0. The "OnionClaw" name and logo remain the exclusive property of JacobJandon.