Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.62 KB

Contributing.md

File metadata and controls

36 lines (26 loc) · 1.62 KB

Code

Denver Street Sweeping is composed of an API backend and a [client front end][client]. The API reads the data. The front end takes data from the API, formats it, and serves up the website.

This is the backend repo. A commit to the appropriate branch on github triggers a build, tests, and deployment.

  • [Continuous Integration][travis] (travis)
  • Staging (branch: master)
  • Production (branch: production)

Installation, Usage

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.

Submitting a Pull Request

  1. Fork the repository.
  2. Create a topic branch.
  3. Submit a pull request.