Development Cycle - GSA/touchpoints GitHub Wiki
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
- System Operations