Contributing to Uniform::HTMX::Dancer2

Thank you for contributing to Uniform::HTMX::Dancer2!

Development Setup

  1. 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
    
  2. Install Dependencies:

    cpanm --installdeps .
    
  3. Run Tests:

    prove -Ilib -v t/
    

Submitting Pull Requests

  1. Create a feature branch off main (git checkout -b feature/my-feature).
  2. Verify all test files (t/*.t) pass.
  3. Submit a Pull Request on GitHub.