Contributing to Uniform::HTMX::PAGI

Thank you for considering contributing! Community feedback and pull requests help keep this module reliable and secure.

Development Setup

  1. Fork and Clone the Repository:

    git clone [https://github.com/haxmeister/perl-Uniform-HTMX-PAGI.git](https://github.com/haxmeister/perl-Uniform-HTMX-PAGI.git)
    cd perl-Uniform-HTMX-PAGI
    
  2. Install Dependencies: Ensure Uniform::HTMX (v0.15+) and test requirements are installed[cite: 7]:

    cpanm --installdeps .
    
  3. Run the Test Suite: All pull requests must pass the full test suite cleanly:

    prove -Ilib -v t/
    

Guidelines

Pull Request Process

  1. Create a feature branch off main (git checkout -b feature/my-feature).
  2. Commit your changes with concise commit messages.
  3. Push to your branch and submit a Pull Request on GitHub[cite: 7].