chore(github): add org default pr template with test runbook#7
Merged
Conversation
merge -> In Deploy -> In QA 流程上線後,QA 驗收標準需要在 PR 階段就被 review (shift-left),而非 merge 後補寫。template 含變更摘要 + Closes、 測試 runbook (驗收標準 checklist + 操作流程)、佈署注意事項三區塊; 全 org 無任何自帶 template,org 預設一份即全面生效。
There was a problem hiding this comment.
Pull request overview
此 PR 新增組織層級的預設 PR Template(.github/PULL_REQUEST_TEMPLATE.md),讓每個 PR 在送審時就包含變更摘要、關聯 issue(Closes #)以及 QA 可用的測試 Runbook,配合新流程在 dev 環境進行驗收並降低 merge 後補寫 runbook 的落差。
Changes:
- 新增「變更摘要」區塊並提供
Closes #佔位,利於與 issue/flow 串接。 - 新增「測試 Runbook」區塊:驗收標準 checklist + QA 操作流程範例。
- 新增「佈署注意事項」區塊,提醒 migration/env/restart 等部署資訊。
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- 全小寫/不加句號標明為團隊慣例,非 Conventional Commits 官方規格
- 範例 URL 佔位符改 {dev-domain} 加反引號,避免複製出註解後被當 HTML tag
- Closes # 加填寫提示註解 (保留裸 # 以利 GitHub autocomplete;缺漏由
pr-issue-check gate 把關)
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
.github/PULL_REQUEST_TEMPLATE.md:41
- 檔案結尾多了一行只包含空白字元(trailing whitespace)。這類空白有時會觸發 markdown / whitespace 檢查或造成不必要的 diff,建議移除。
無
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
org 預設 PR template:變更摘要 + Closes / 測試 Runbook (驗收標準 + 操作流程,QA 於 dev env 驗收用) / 佈署注意事項。
Closes #6