{
    "content": [
        {
            "type": "text",
            "text": "# Type::Tiny::Manual::Contributing (perldoc)\n\n## NAME\n\nType::Tiny::Manual::Contributing - contributing to Type::Tiny development.\n\n## Sections\n\n- **NAME**\n- **MANUAL** (6 subsections)\n- **NEXT STEPS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENCE**\n- **DISCLAIMER OF WARRANTIES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Type::Tiny::Manual::Contributing",
        "section": "",
        "mode": "perldoc",
        "summary": "Type::Tiny::Manual::Contributing - contributing to Type::Tiny development.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MANUAL",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Reporting bugs",
                        "lines": 6
                    },
                    {
                        "name": "Fixing bugs",
                        "lines": 11
                    },
                    {
                        "name": "Adding Test Cases",
                        "lines": 11
                    },
                    {
                        "name": "Type::Tiny::XS",
                        "lines": 4
                    },
                    {
                        "name": "Writing Type Libraries",
                        "lines": 3
                    },
                    {
                        "name": "Donate",
                        "lines": 6
                    }
                ]
            },
            {
                "name": "NEXT STEPS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENCE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTIES",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Type::Tiny::Manual::Contributing - contributing to Type::Tiny development.\n",
                "subsections": []
            },
            "MANUAL": {
                "content": "",
                "subsections": [
                    {
                        "name": "Reporting bugs",
                        "content": "Bug reports (including wishlist items) can be submitted to GitHub.\n\n<https://github.com/tobyink/p5-type-tiny/issues>.\n\nTest cases written using Test::More are always appreciated.\n"
                    },
                    {
                        "name": "Fixing bugs",
                        "content": "If something doesn't work as documented, or causes unexpected crashes, and you know how to fix\nit, then either attach a patch to the bug report (see above) or as a pull request to the project\non GitHub.\n\n<https://github.com/tobyink/p5-type-tiny>.\n\nPlease try to follow the coding style used in the rest of the project. (Tab indents, spaces for\nalignment, British English spellings, pod at the end of code but the start of test cases, etc.)\n\n<https://github.com/tobyink/misc-development-tools/blob/master/bin/my-perltidy>\n"
                    },
                    {
                        "name": "Adding Test Cases",
                        "content": "New test cases for the Type::Tiny test suite are always welcome. The coveralls page for\nType::Tiny should reveal what parts of the code are most needing good test cases. Any files with\nbelow 95% coverage are highest priority.\n\n<https://coveralls.io/github/tobyink/p5-type-tiny>.\n\nType::Tiny is now also on Codecov which does coverage accounting slightly differently, giving\nsome stricter targets to aim for.\n\n<https://codecov.io/gh/tobyink/p5-type-tiny>\n"
                    },
                    {
                        "name": "Type::Tiny::XS",
                        "content": "I'm not really a C programmer, nor am I that familiar with Perl's internals, so help with\nType::Tiny::XS is always appreciated. There are some type constraints in Types::Standard,\nTypes::Common::String, and Types::Common::Numeric which don't have XS implementations.\n"
                    },
                    {
                        "name": "Writing Type Libraries",
                        "content": "Though I'm unlikely to bundle many more type libraries in this distribution, uploading your own\ntype libraries to CPAN will strengthen the Type::Tiny ecosystem.\n"
                    },
                    {
                        "name": "Donate",
                        "content": "If you or your organization uses Type::Tiny and you wish to contribute financially, you should\nbe able to find links to donate on the Type::Tiny website at <https://typetiny.toby.ink/>.\n\nPlease note that I am not suggesting that you must do this in order for me to continue working\non Type::Tiny and related modules.\n"
                    }
                ]
            },
            "NEXT STEPS": {
                "content": "You've reached the end of the manual!\n\nBut each class, type library, and other package includes more detailed documentation.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "<https://toby.ink/open-source/contributing/>.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Toby Inkster <tobyink@cpan.org>.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENCE": {
                "content": "This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            },
            "DISCLAIMER OF WARRANTIES": {
                "content": "THIS PACKAGE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nWITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.\n",
                "subsections": []
            }
        }
    }
}