openhtmltopdf icon indicating copy to clipboard operation
openhtmltopdf copied to clipboard

How to contribute?

Open seankanderson opened this issue 2 years ago • 1 comments

I'm using this project to move away from iText (because their html-to-pdf is barely documented, incomplete and encumbered). I have gotten much better results from this project after a day than after weeks pulling my hair out with iText. I can see myself contributing to this project, but I didn't see anything in the readme or elsewhere about how to get involved.

I'm looking for advice on developer environment setup (tooling and compilation) and project norms as far as branching, pull requests, code reviews, and prioritization.

seankanderson avatar Apr 03 '22 20:04 seankanderson

hi @seankanderson , for contributing, I would guess find some issue that interest you, make a branch, make the changes and add a test.

You can take as an example a PR that I did some time ago: https://github.com/danfickle/openhtmltopdf/pull/793/files .

syjer avatar Apr 27 '22 21:04 syjer