Contributing to Concierge::Sessions

Thank you for your interest in contributing to Concierge::Sessions.

Bug Reports

Open an issue at https://github.com/bwva/Concierge-Sessions/issues with:

Feature Requests

Open an issue describing the use case and proposed behaviour. Discussion before implementation helps ensure alignment with the project direction.

Pull Requests

  1. Fork the repository
  2. Create a topic branch from main
  3. Make your changes
  4. Ensure all tests pass:
perl Makefile.PL
make test           # Core tests (t/)
prove -l xt/        # Author tests (xt/)
  1. Submit a pull request against main

Code Style

Tests

License

By contributing, you agree that your contributions will be licensed under the Artistic License 2.0.