Contributing to Uniform::HTMX::Dancer2
Thank you for contributing to Uniform::HTMX::Dancer2!
Development Setup
-
Fork and Clone:
git clone [https://github.com/haxmeister/perl-Uniform-HTMX-Dancer2.git](https://github.com/haxmeister/perl-Uniform-HTMX-Dancer2.git) cd perl-Uniform-HTMX-Dancer2 -
Install Dependencies:
cpanm --installdeps . -
Run Tests:
prove -Ilib -v t/
Submitting Pull Requests
- Create a feature branch off
main(git checkout -b feature/my-feature). - Verify all test files (
t/*.t) pass. - Submit a Pull Request on GitHub.