Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 559 Bytes

File metadata and controls

23 lines (16 loc) · 559 Bytes
description Want to contribute back to Dispatch? This page describes the general development flow, our philosophy, the test suite, and issue tracking.

Contributing

Documentation

Dispatch documentation is managed via Gitbook.

Doing a release

Creating a release of Dispatch requires the following steps.

Bumping the version number

  • Update the version number in dispatch/__about__.py
  • Create a new entry in the change log
  • Create a commit with the change log changes
  • Create a pull request with the change
  • Merge change