docs: close out phase 0 workflow foundation

This commit is contained in:
bisco
2026-03-20 19:23:30 +01:00
parent d65a39fa51
commit 44aa06a3a8
5 changed files with 18 additions and 8 deletions

View File

@ -80,6 +80,7 @@ Example feature branch flow:
```bash
git checkout develop
git pull
# if git pull fails, continue using local branch state and say so explicitly
git checkout -b feature/example-task
# make focused changes
git commit -m "docs: describe example task flow"