NAME

Software::Policies::Contributing - Create project policy file: Contributing

VERSION

version 0.002

METHODS

new

create

Create the policy.

Options:

class

Available classes: Perl::Dist::Zilla (default).

version

Available versions: 1 (default), text.

format

Available formats: markdown (default), text.

get_available_classes_and_versions

Return a hash with classes as keys. Example:

{
    'Perl::Dist::Zilla' => {
        versions => {
            '1' => 1,
        },
        formats => {
            'markdown' => 1,
            'text'     => 1,
        },
    },
}

AUTHOR

Mikko Koivunalho <mikkoi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Mikko Koivunalho.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.