Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1.23 KB

General

I am always open to improvements and suggestions. Use issues

Style

I will never accept pull request that do not strictly conform to my style, however you might hate it. You can read the reasoning behind my preferences.

If some co-maint accepts and pulls a pull-request, I will correct wrong indentation and spacing.

I really do not care about mixed spaces and tabs in (leading) whitespace

In perl5 code, Perl::Tidy will help getting the code in shape, but as all software, it is not perfect. You can find my preferences for these in .perltidy and .perlcritic.

Mail

Please, please, please, do NOT use HTML mail. Plain text without disclaimers will do fine!

Requirements

For raku, you cannot code in my style without Slang::Tuxic, but that is only needed for whitespace issues. You can do correct indentation without it.