Thank you for helping improve Antenna Pattern Lab.
- report a reproducible bug;
- propose or implement a focused feature;
- improve tests, documentation, accessibility, or translations;
- review an open pull request.
For significant behavior or data-model changes, open an issue before investing in an implementation.
- Fork the repository and create a branch from
main. - Install the development dependencies with
pip install -e ".[dev]". - Make a focused change and add or update tests.
- Run
python -m pytest. - Open a pull request using the repository template.
Do not commit build output, installers, virtual environments, databases, logs, or signing material.
All changes, including maintainer changes, are merged through pull requests.
The main branch requires passing checks and approval from the repository owner.
Stale approvals are dismissed when new commits are pushed.
Keep each pull request small enough to review. Explain user-visible behavior, testing performed, security or privacy implications, and documentation changes.
By contributing, you agree that your contribution is licensed under the MIT License used by this project.