Thank you for considering contributing to wkgtk-html2pdf! We welcome contributions from the community.
- Fork the repository on GitHub
- Create a new branch for your changes
- Make your changes and ensure they work properly
- Document your code using doxygen style of existing comments
- Submit a pull request with a clear description of your changes
Please maintain the existing code style and formatting. We use:
- C++17 standard
- Modern C++ practices
- Consistent indentation and naming conventions
Before submitting your changes:
- Test your code locally
- Ensure all existing tests pass
- Add new tests if necessary
If you find a bug or have a feature request:
- Check if the issue has already been reported
- If not, open a new issue with a clear description
- Include steps to reproduce the issue
We expect all contributors to follow our Code of Conduct. Please review it before contributing.
Thank you for helping make wkgtk-html2pdf better!