Thanks for improving auto_proxy_wifi. Open an issue first for large changes so we can agree on scope.
- Fork and clone the repository.
- Create a focused branch from the latest
main. - Install the toolchain this repo already uses (the language already used in this repository) and any dependencies documented in the README.
- Keep the change set focused. Do not mix unrelated refactors with the fix.
- Add or update tests when the repo already has a test suite and the change alters behavior.
- Do not commit secrets, credentials, personal data, or generated build artifacts.
- Update the README when users need to know about the change.
Run the same checks the README documents before opening a pull request:
Follow the README for how to run checks.
Explain why the change is needed, describe compatibility trade-offs, and list the commands used to verify it. All required checks and review conversations must be complete before merge.
Report security vulnerabilities privately according to
SECURITY.md, not through a public issue.