bug-triage-prep

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bug Triage Prep

Bug分类准备

Prepare bug triage notes from current bug tasks.
从当前Bug任务生成Bug分类准备笔记。

Instructions

操作步骤

  1. Fetch bugs with
    list-bugs
    .
  2. Optionally enrich selected bugs with
    get-task-details
    .
  3. Call
    bug-triage-prep
    :
json
bug-triage-prep({
  "bugs": "<json-array>",
  "criteria": "impact, customer reach, repro reliability"
})
  1. 使用
    list-bugs
    获取Bug。
  2. (可选)使用
    get-task-details
    补充所选Bug的详细信息。
  3. 调用
    bug-triage-prep
    :
json
bug-triage-prep({
  "bugs": "<json-array>",
  "criteria": "impact, customer reach, repro reliability"
})