選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

880 B

Deploy / QA note template

Copy this for each deploy (or ask the agent: “寫 deploy test plan for commits X..Y”).

# Deploy note — <short title>
Date: YYYY-MM-DD
Branch / build: <branch or tag>
Author: <name>

## Summary
- 

## Scope
- Backend:
- Frontend:
- DB / Liquibase: none
- Config / ops: none

## Commits
- `________` —

## Test plan
| # | Steps | Expected result |
|---|--------|-----------------|
| 1 | | |
| 2 | | |

## Out of scope / not tested
- 

## Rollback
- 

Filled examples live in docs/deploy/ after each release prep.

Auto-generate Word plans (one file per commit)

Full team instructions: HOW_TO_GENERATE_COMMIT_TEST_PLANS.md

pip install python-docx
python scripts/generate_commit_test_plans_docx.py HEAD~10..HEAD
# → docs/deploy/commit-plans/<date>_<sha>_<slug>.docx