How to contribute

1. Fork our github repo.

2. In puzzlers directory, you will find a file called pzzlr-template.html. Make a copy of it, following the naming convention: pzzlr-???.html. The three digit puzzler number should be the next increment of the latest puzzler in the repository. You might need to check the open pull requests to ensure the number is not already taken.

3. In your newly created puzzler HTML file replace every occurence of the word PLACEHOLDER  with your own content. This should require only a minimum knowledge of HTML. Try to keep it simple, but feel free to get creative if your puzzler warrants some more sophisticated presentation. If unsure, please use other puzzler HTML files as a reference.

4. Commit and push your puzzler HTML file (not the template) to github. Then issue a pull request. That's it!