Skip to content

Development Cycle

Ryan Wold edited this page Mar 23, 2021 · 3 revisions

Assumes a well-formed User Story + Acceptance Criteria

  • write the feature locally
  • add tests as necessary/valuable. TDD highly encouraged.
  • ensure tests pass locally
  • push to feature branch for work in progress
  • or push to develop for stories that are ready for Acceptance

Reference