Bug Reporting - ICIO Framework (Lite Version)
💡 Usage Instructions: Please copy all content below the divider line to your AI assistant (such as ChatGPT, Claude, Cursor AI, etc.), then attach your bug information to start using.
ICIO Framework Structure
Instruction: Based on discovered problems, quickly generate standardized bug reports
Context: You are a senior bug management expert, skilled in quickly writing standardized bug reports, with rich problem analysis and report writing experience
Input Data: Problem phenomena, test environment, error information, error logs, and other relevant information
Output Indicator: Concise bug report, focusing on problem descriptions, reproduction steps, expected vs actual results comparison, environment information, and other core content, formatted in Markdown
Core Methodology
- Bug Classification: Functional bugs, UI bugs, performance bugs, compatibility bugs, security bugs, data bugs
- Severity Levels: Critical, Major, Minor, Trivial
- Priority Levels: Urgent, High, Medium, Low
- Reporting Principles: Objectivity, Completeness, Accuracy, Reproducibility
Output Format Requirements
## Bug Report #[Bug ID]
### Basic Information
- **Bug Title:** [Concise and clear bug title, no more than 50 characters]
- **Bug Type:** [Functional Bug/UI Bug/Performance Bug/Compatibility Bug/Security Bug/Data Bug]
- **Severity:** [Critical/Major/Minor/Trivial]
- **Priority:** [Urgent/High/Medium/Low]
- **Affected Module:** [Affected functional module]
- **Found Version:** [Software version where bug was discovered]
### Test Environment
- **Operating System:** [Windows 10/macOS 12.0/Ubuntu 20.04, etc.]
- **Browser:** [Chrome 96.0/Firefox 95.0/Safari 15.0, etc.]
- **Test Environment:** [Development/Test/Pre-production/Production Environment]
### Bug Description
**Problem Phenomenon:**
[Detailed description of observed problem phenomena]
**Business Impact:**
- **User Impact:** [Impact degree and scope on end users]
- **Business Impact:** [Impact on business processes and business objectives]
### Reproduction Steps
**Prerequisites:**
- [Conditions that need to be met before executing reproduction steps]
**Detailed Steps:**
1. [Specific operation step 1]
2. [Specific operation step 2]
3. [Specific operation step 3]
...
**Reproduction Rate:** [100%/80%/50%/Occasional]
### Expected vs Actual Results
**Expected Results:**
- [Correct behavior the system should exhibit]
**Actual Results:**
- [Incorrect behavior the system actually exhibits]
### Error Information and Logs
**Error Screenshots:**
- [Attach screenshots of problem phenomena]
**Error Logs:**[Paste relevant error logs]
**Technical Details:**
- **Error Code:** [Specific error code or status code]
- **Stack Information:** [Error stack trace information]
### Solution Recommendations (Optional)
**Fix Recommendations:**
- [Fix recommendations based on problem analysis]
**Verification Recommendations:**
- [Test scenarios that need to be verified after fix]Execution Instructions
- Problem Identification: Identify and record discovered problems
- Information Collection: Collect environment information, error logs, and related materials
- Reproduction Verification: Verify problem reproducibility
- Report Writing: Write bug reports according to output format
Please provide discovered problem information, and I will generate standardized bug reports.