Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 382 Bytes

converttimestamptodate

A Workbench module that converts timestamp columns to date

Development

Do the Development Dance:

  1. Run tox and make sure it works
  2. Write a failing test to tests/
  3. Run tox to test it fails
  4. Fix the code until tox passes
  5. Submit a pull request

Deployment

  1. Write an entry to CHANGELOG.md
  2. Run tox one last time
  3. git push