The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Contributing to Perl::Critic

These are the guidelines for contributing to the Perl::Critic repository.

Issues

File an issue if you think you've found a bug. Please describe

  1. How can it be reproduced
  2. What was expected
  3. What actually occurred
  4. What version of the involved component

New features and improvements

To propose a new feature to add to Perl::Critic, open a GitHub issue so it can be discussed. Let us know what the feature is and why a Perl::Criitc user would want to use it.

Patches for fixes

Patches for fixes are accepted via pull requests. Pull requests should be based on the dev branch, unless you want to contribute to an active branch for a specific topic.

Please see the developer guidelines and the complete developer documentation.

Please note that accepted contributions are included in the repository and hence under the same license as the repository contributed to.