Provided by: libtype-tiny-perl_1.006000-1_all bug

NAME

       CONTRIBUTING - how to help with Type::Tiny

DESCRIPTION

   Reporting bugs
       Bug reports (including wishlist items) can be submitted to RT.

       <https://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>.

       Test cases written using Test::More are always appreciated.

   Fixing bugs
       If something doesn't work as documented, or causes unexpected crashes, and you know how to
       fix it, then either attach a patch to the bug report (see above) or as a pull request to
       the project on GitHub.

       <https://github.com/tobyink/p5-type-tiny>.

       Please try to follow the coding style used in the rest of the project.  (Tab indents,
       spaces for alignment, British English spellings, pod at the end of code but the start of
       test cases, etc.)

   Adding Test Cases
       New test cases for the Type::Tiny test suite are always welcome.  The coveralls page for
       Type::Tiny should reveal what parts of the code are most needing good test cases. Any
       files with below 95% coverage are highest priority.

       <https://coveralls.io/github/tobyink/p5-type-tiny>.

   Improving Documentation
       While the documentation for each package in Type::Tiny is fairly complete,
       Type::Tiny::Manual needs a bit of work.

   Type::Tiny::XS
       I'm not really a C programmer, nor am I that familiar with Perl's internals, so help with
       Type::Tiny::XS is always appreciated. There are some type constraints in Types::Standard,
       Types::Common::String, and Types::Common::Numeric which don't have XS implementations, and
       none of Types::TypeTiny has an XS implementation. (Given that the last module is used
       internally by Type::Tiny a lot, an XS implementation of that could provide a good speed
       boost!)

   Writing Type Libraries
       Though I'm unlikely to bundle many more type libraries in this distribution, uploading
       your own type libraries to CPAN will strengthen the Type::Tiny ecosystem.

AUTHOR

       Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

       This software is copyright (c) 2019 by Toby Inkster.

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