Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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