Contributions are welcome and are greatly appreciated! Every little bit helps and credit will always be given.
After forking enzyme to your own github org, do the following steps to get started:
# clone your fork to your local machine
git clone https://github.com/iclinic/html2pdf.git
# step into local repo
cd html2pdf
# install dependencies
npm install // If you're using npm
yarn // If you're using yarnBefore you submit a pull request from your forked repo, check that it meets these guidelines:
- If the pull request adds functionality, the docs should be updated as part of the same PR.
- Please rebase and resolve all conflicts before submitting.