Skip to content

Instantly share code, notes, and snippets.

@ntotten
Last active August 29, 2015 14:13
Show Gist options
  • Save ntotten/874d44305161d195c527 to your computer and use it in GitHub Desktop.
Save ntotten/874d44305161d195c527 to your computer and use it in GitHub Desktop.
Auth0 Github Project Checklist

Project Title

Description of project

Key features

  • Key Feature 1
  • Key Feature 2
  • Key Feature 3

Install

How to get the sample or install the product

Usage

How to run the sample or start using the product

API Reference

Details on the API if applicable

Examples

Examples of how to use the sample/product

Github Checklist

The standard requirements for any github project on github.com/auth0.

  • Must have README.md
  • Must have LICENSE file - generally MIT
  • Must have .gitignore file: https://github.com/github/gitignore
  • Must have a metadata.json file if it is a Sample, SDK, Tutorial, or Demo
  • Must have a /examples folder with at least one example showing how to use the project (except samples)
  • Must have description field of github project set with meaningful description of project
  • Should have url field of github project set

Repository Naming

Type Naming Convention
SDKs auth0-{language}-sdk
Samples auth0-{language}-{name}-sample
Demos auth0-demo-{demo}-{name}
The MIT License (MIT)
Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "Sample/SDK Name",
"type": "sample|sdk|tutorial|demo",
"tags": [
"amazon-s3",
"browser",
"javascript",
"single-page-app"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment