Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

gen-commit-test-plans.md 512 B

1234567891011
  1. # Gen commit test plans
  2. Generate Word test plans for recent commits (default last 10).
  3. 1. Run from FPSMS-backend repo root:
  4. `python scripts/generate_commit_test_plans_docx.py HEAD~10..HEAD`
  5. 2. If the user named a range or SHA, use that instead (`HEAD~1..HEAD` for latest only).
  6. 3. Reply with the path `docs/deploy/commit-plans/` and summarize `_index.md`.
  7. 4. For the newest commit, briefly confirm areas covered; offer to refine from diff if needed.
  8. See `docs/deploy/HOW_TO_GENERATE_COMMIT_TEST_PLANS.md`.