Skip to content

Frequently Asked Questions

RichardWarburton edited this page Jan 21, 2012 · 3 revisions

How do I report a bug/contribute?

Report a bug via github issues, and send a pull request via github in order to get code in.

What's the repository format?

<project-name>-implementations/<language>/<framework>/<name>

  • <project-name> is the name of the sample you're writing, eg 'blog'
  • <language> is the programming language you've used, eg 'python'
  • <framework> is the web framework you've used, eg 'django'
  • <name> is a unique name for your contribution, eg 'reference' or 'using-nosql'

Are there any license restrictions?

Any Open Source Initiative approved license is fine.