Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.3 KB

PBS Gallery

A gallery of listener/reader solutions to the mile-stone challenges set in the Programming by Stealth blog/podcast series.

You can see the list of challenges we're accepting solutions to on the gallery's front page: gallery.pbs.bartificer.net.

Terms & Conditions

Your code needs to abide by the following conditions before it will be merged:

  1. All code must be entirely HTML, JavaScript & CSS-based.
  2. Only submit your own code.
  3. Any third party libraries should be linked from a CDN rather than included in the submission.
  4. Your pull request must not contain edits to any files previously existing in the repository — only add your code, don't edit anyone else's!

By submitting you are agreeing to the following:

  1. All submitted code is licenced under version 3 of the GNU Public License (included in this repository)

How to Submit?

You can submit your code via GitHub by:

  1. Forking the official copy of this repository.
  2. Adding your solution to a folder named for your GitHub username within the appriate sub-folder in th docs folder.
  3. Submitting a pull request.

For a more detailed description of this process, see instalment 119.