Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.09 KB

File metadata and controls

38 lines (26 loc) · 1.09 KB

Contributing to wkgtk-html2pdf

Thank you for considering contributing to wkgtk-html2pdf! We welcome contributions from the community.

How to Contribute

  1. Fork the repository on GitHub
  2. Create a new branch for your changes
  3. Make your changes and ensure they work properly
  4. Document your code using doxygen style of existing comments
  5. Submit a pull request with a clear description of your changes

Code Style

Please maintain the existing code style and formatting. We use:

  • C++17 standard
  • Modern C++ practices
  • Consistent indentation and naming conventions

Testing

Before submitting your changes:

  1. Test your code locally
  2. Ensure all existing tests pass
  3. Add new tests if necessary

Reporting Issues

If you find a bug or have a feature request:

  1. Check if the issue has already been reported
  2. If not, open a new issue with a clear description
  3. Include steps to reproduce the issue

Code of Conduct

We expect all contributors to follow our Code of Conduct. Please review it before contributing.

Thank you for helping make wkgtk-html2pdf better!