Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

File metadata and controls

10 lines (8 loc) · 265 Bytes

An absolute minimal workflow

We create and add to agile_principles.md in project root.

  • create a branch feature
  • add empty file agile_principles.md
  • add title, commit
  • add principle 1, commit
  • merge to main
    • switch to main, then merge in feature