Thank you for your interest in contributing to Nopywer!
For development setup, linting, testing, and CI details, see the README.
If you like the project, please consider:
- Starring the repository
- Mentioning the project on your social networks, at local meetups, or to colleagues
- Referencing this project in your own readme
Please report bugs by opening an issue. Include as much detail as possible (console output, input data if applicable).
Submit ideas by opening an issue with the "enhancement" label.
- Fork the repository
- Create a branch, make your changes
- Make sure
uv run ruff check .anduv run pytestpass - Submit a Pull Request
See Creating a pull request from a fork for details.