1Type::Tiny::Manual::ConUtsreirbuCtoinntgr(i3b)uted PerlTDyopceu:m:eTnitnayt:i:oMnanual::Contributing(3)
2
3
4
6 Type::Tiny::Manual::Contributing - contributing to Type::Tiny
7 development.
8
10 Reporting bugs
11 Bug reports (including wishlist items) can be submitted to GitHub.
12
13 <https://github.com/tobyink/p5-type-tiny/issues>.
14
15 Test cases written using Test::More are always appreciated.
16
17 Fixing bugs
18 If something doesn't work as documented, or causes unexpected crashes,
19 and you know how to fix it, then either attach a patch to the bug
20 report (see above) or as a pull request to the project on GitHub.
21
22 <https://github.com/tobyink/p5-type-tiny>.
23
24 Please try to follow the coding style used in the rest of the project.
25 (Tab indents, spaces for alignment, British English spellings, pod at
26 the end of code but the start of test cases, etc.)
27
28 <https://github.com/tobyink/misc-development-tools/blob/master/bin/my-perltidy>
29
30 Adding Test Cases
31 New test cases for the Type::Tiny test suite are always welcome. The
32 coveralls page for Type::Tiny should reveal what parts of the code are
33 most needing good test cases. Any files with below 95% coverage are
34 highest priority.
35
36 <https://coveralls.io/github/tobyink/p5-type-tiny>.
37
38 Type::Tiny is now also on Codecov which does coverage accounting
39 slightly differently, giving some stricter targets to aim for.
40
41 <https://codecov.io/gh/tobyink/p5-type-tiny>
42
43 Type::Tiny::XS
44 I'm not really a C programmer, nor am I that familiar with Perl's
45 internals, so help with Type::Tiny::XS is always appreciated. There are
46 some type constraints in Types::Standard, Types::Common::String, and
47 Types::Common::Numeric which don't have XS implementations.
48
49 Writing Type Libraries
50 Though I'm unlikely to bundle many more type libraries in this
51 distribution, uploading your own type libraries to CPAN will strengthen
52 the Type::Tiny ecosystem.
53
54 Donate
55 If you or your organization uses Type::Tiny and you wish to contribute
56 financially, you should be able to find links to donate on the
57 Type::Tiny website at <https://typetiny.toby.ink/>.
58
59 Please note that I am not suggesting that you must do this in order for
60 me to continue working on Type::Tiny and related modules.
61
63 You've reached the end of the manual!
64
65 But each class, type library, and other package includes more detailed
66 documentation.
67
69 <https://toby.ink/open-source/contributing/>.
70
72 Toby Inkster <tobyink@cpan.org>.
73
75 This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.
76
77 This is free software; you can redistribute it and/or modify it under
78 the same terms as the Perl 5 programming language system itself.
79
81 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
82 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
83 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
84
85
86
87perl v5.32.1 2021-04-27Type::Tiny::Manual::Contributing(3)