Contributing
Contributions to gp-retouch are welcome! Here's how you can help:
Set Up Development Environment
-
Clone the repository:
-
Install in development mode:
-
Install development dependencies:
Code Style
This project uses Ruff for linting. To check your code:
Running Tests
Tests are run using pytest:
Pull Request Process
- Create a new branch for your feature or bugfix
- Make your changes
- Run tests and linter
- Submit a pull request