diff --git a/.github/ISSUE_TEMPLATE/agentic_bug_report.md b/.github/ISSUE_TEMPLATE/agentic_bug_report.md new file mode 100644 index 0000000000..76982e628e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/agentic_bug_report.md @@ -0,0 +1,95 @@ +--- +name: "\U0001F916 Agentic Bug Report" +about: Structured bug report optimized for AI Agent to analyze, reproduce, and fix autonomously +title: "[Bug]: " +labels: kind/bug, needs-triage +assignees: yanliang567 +--- + +## Environment + +- **Milvus Version**: +- **Deployment Mode**: +- **MQ**: +- **SDK**: +- **OS**: + +## Reproduction + + + +### Option A: Script (preferred for functional bugs) + + + +```python + +``` + +### Option B: Steps (for systemic / stability / timing issues) + + + +1. Deploy: +2. Setup: +3. Workload: +4. Trigger: +5. Observed via: + +### Trigger Conditions + +- **Frequency**: +- **First observed after**: +- **Does NOT happen when**: + +## Expected Behavior + + + +## Actual Behavior + + + +## Error Logs + + + +``` + +``` + +## Non-default Configuration + + + +```yaml + +``` + +## Analysis Hints (Optional) + +