Contributing to PDF-Reuse-Tutorial
Thank you for considering contributing!
How to Contribute
- Report Bugs - Open an issue at https://github.com/cnighswonger/PDF-Reuse-Tutorial/issues
- Submit Patches - Fork the repo, create a branch, and submit a pull request
- Improve Documentation - Corrections and clarifications are always welcome
Development Setup
git clone https://github.com/cnighswonger/PDF-Reuse-Tutorial.git
cd PDF-Reuse-Tutorial
perl Makefile.PL
make
make test
Pull Request Guidelines
- Include tests for bug fixes and new features
- Ensure all existing tests pass (
make test) - Keep changes focused - one fix or feature per PR
- Update the Changes file with a brief description
License
By contributing, you agree that your contributions will be licensed under the same terms as the module itself (the Perl 5 license).