Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.12 KB

File metadata and controls

31 lines (19 loc) · 1.12 KB

Contributing to Nopywer

Thank you for your interest in contributing to Nopywer!

For development setup, linting, testing, and CI details, see the README.

How Can I Contribute?

Share nopywer around you

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

Reporting Bugs

Please report bugs by opening an issue. Include as much detail as possible (console output, input data if applicable).

Suggesting Enhancements

Submit ideas by opening an issue with the "enhancement" label.

Submitting Changes

  1. Fork the repository
  2. Create a branch, make your changes
  3. Make sure uv run ruff check . and uv run pytest pass
  4. Submit a Pull Request

See Creating a pull request from a fork for details.