From bf0210ac89edf96cbfb9225cd511bc036b26a01b Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 6 Jul 2026 21:06:44 +0200 Subject: [PATCH] Add standard Workflow section to TODO.md --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index a4d7ad5..99f978d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,13 @@ +# Workflow + +* branch (from `main`) +* do the work in Next Step +* move Next Step to the top of Completed Steps +* move the top item of Future Steps into Next Step +* commit (`TODO.md` changes in the same commit as the work) +* merge to `main` if the branch is not protected, otherwise open a PR +* push + # Status pre-1.0. No git tags. README section "TODO: Remaining Work for 1.0" lists