Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 561 Bytes

File metadata and controls

24 lines (16 loc) · 561 Bytes
description Want to contribute back to Dispatch? These pages describe 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