Skip to main content

BUG_TEMPLATE

Constant BUG_TEMPLATE 

Source
pub const BUG_TEMPLATE: &str = r#"{
  "id": "",
  "title": "",
  "status": "todo",
  "priority": "high",
  "tags": ["bug", "fix"],
  "plan": [
    "Reproduce the issue",
    "Identify root cause",
    "Implement fix",
    "Add regression test",
    "Verify fix with make ci"
  ],
  "evidence": []
}"#;
Expand description

Built-in bug fix template