Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

512 B

Gen commit test plans

Generate Word test plans for recent commits (default last 10).

  1. Run from FPSMS-backend repo root: python scripts/generate_commit_test_plans_docx.py HEAD~10..HEAD
  2. If the user named a range or SHA, use that instead (HEAD~1..HEAD for latest only).
  3. Reply with the path docs/deploy/commit-plans/ and summarize _index.md.
  4. For the newest commit, briefly confirm areas covered; offer to refine from diff if needed.

See docs/deploy/HOW_TO_GENERATE_COMMIT_TEST_PLANS.md.