1CONTRIBUTING(3) User Contributed Perl Documentation CONTRIBUTING(3)
2
3
4
6 CONTRIBUTING - how to help with Type::Tiny
7
9 Reporting bugs
10 Bug reports (including wishlist items) can be submitted to RT.
11
12 <https://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>.
13
14 Test cases written using Test::More are always appreciated.
15
16 Fixing bugs
17 If something doesn't work as documented, or causes unexpected crashes,
18 and you know how to fix it, then either attach a patch to the bug
19 report (see above) or as a pull request to the project on GitHub.
20
21 <https://github.com/tobyink/p5-type-tiny>.
22
23 Please try to follow the coding style used in the rest of the project.
24 (Tab indents, spaces for alignment, British English spellings, pod at
25 the end of code but the start of test cases, etc.)
26
27 Adding Test Cases
28 New test cases for the Type::Tiny test suite are always welcome. The
29 coveralls page for Type::Tiny should reveal what parts of the code are
30 most needing good test cases. Any files with below 95% coverage are
31 highest priority.
32
33 <https://coveralls.io/github/tobyink/p5-type-tiny>.
34
35 Improving Documentation
36 While the documentation for each package in Type::Tiny is fairly
37 complete, Type::Tiny::Manual needs a bit of work.
38
39 Writing Type Libraries
40 Though I'm unlikely to bundle many more type libraries in this
41 distribution, uploading your own type libraries to CPAN will strengthen
42 the Type::Tiny ecosystem.
43
45 Toby Inkster <tobyink@cpan.org>.
46
48 This software is copyright (c) 2018 by Toby Inkster.
49
50 This is free software; you can redistribute it and/or modify it under
51 the same terms as the Perl 5 programming language system itself.
52
53
54
55perl v5.30.0 2019-07-26 CONTRIBUTING(3)