/Template

This repo contains a descriptive wiki and boilerplate copies of CONTRIB.md, LICENSE, and README.md files for use by other repos in this collection.

Apache License 2.0Apache-2.0

Project name

A description of what this project does and who it serves.

Include authorship, support contact and release information.

Project setup, installation, and configuration

How do I, as a developer, start working on the project?

  1. What dependencies does it have (where are they expressed) and how do I install them?
  2. Can I see the project working before I change anything?

Testing

How do I run the project's automated tests?

  • Unit Tests

  • Integration Tests

Deploying

How to setup the deployment environment

  • Addons, packages, or other dependencies required for deployment.
  • Required environment variables or credentials not included in git.
  • Monitoring services and logging.

How to deploy

Troubleshooting & useful tools

Examples of common tasks

e.g.

  • How to make curl requests while authenticated via oauth.
  • How to monitor background jobs.
  • How to run the app through a proxy.

Contributing changes

Licensing