Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 1.01 KB

How to contribute

You want to contribute? Great! Welcome aboard. Please submit pull-requests with sources for new languages with these guidelines:

  • The code must be licenced under the Expat licence or a different permissive licence that is compatible with it as well as with versions 2 and 3 of the GPL.

  • If your code is based on someone else's, please provide attribution and a link in a comment or inline documentation.

  • The filename should be fizz-buzz.ext or FizzBuzz.ext.

  • The code should emit the contents of fizz-buzz.txt to stdout, when run with no command line arguments, and with no warnings or errors. Note that this assumes Unix-like line endings and may vary on Windows and similar OSes.

  • The code should be modular but not over-engineered.

  • The code should not contain trailing whitespace.