feat: add org-wide bug report issue form#5
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
此 PR 在 .github 組織層級新增預設的 Bug 回報 Issue Form,統一 bug 回報欄位(重現步驟 / 行為差異 / 環境資訊),並在表單中引導回報者理解修復後的驗證流程(In QA 重測)。
Changes:
- 新增 org-wide
bug_report.ymlissue form,提交後自動套用buglabel - 新增必填欄位:重現步驟、實際 vs 預期、環境(OS/版本/commit),以及選填影響元件
- 表單頂端加入流程說明連結(指向 TMDs 的
docs/bug-tracking.md)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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-wide 預設 bug 回報表單,統一回報格式(重現步驟 / 環境 / 版本),並在表單內說明修復後會進入 In QA 由回報者重測的流程。屬 bug 生命週期(bug-verification)的回報前端。
內容
.github/ISSUE_TEMPLATE/bug_report.yml— GitHub issue form,送出自動標bug;必填重現步驟、實際vs預期、環境,選填影響元件;表單頂端連到 TMDsdocs/bug-tracking.md流程說明。生效範圍
org 預設 template 只對「完全無
.github/ISSUE_TEMPLATE/」的 repo 生效(有自訂 template 的 repo 不受影響)。TMDs 因有parent.yml,另在 TMDs 自帶一份(見 nics-dp/TMDs 對應 PR)。驗證