# Contributing to PDF Editor Offline

Thank you for your interest! We welcome contributions.

## Getting Started

1.  **Fork the Repository**: Create your own fork on GitHub.
2.  **Clone your Fork**: `git clone https://github.com/OthmaneBlial/pdf-editor-offline.git`
3.  **Set Up**:
    -   Backend: `pip install -e .`
    -   Frontend: `cd frontend && npm install`

## How to Contribute

- **Reporting Bugs**: Search [GitHub Issues](https://github.com/OthmaneBlial/pdf-editor-offline/issues). If not found, open a new one with steps to reproduce.
- **Pull Requests**: Ensure tests pass and documentation is updated.

## License
By contributing, you agree that your contributions will be licensed under the MIT License.
