This section provides prompts designed to help you generate comprehensive bug reports using AI. These prompts ensure that all necessary information is included and the reports are clear and actionable.
Generate a detailed bug report for the following issue:[Issue Description]: [Brief description of the bug]Environment:- Application Version: [Version]- Browser/Platform: [Details]- Steps to Reproduce: [List of steps]- Expected Behavior: [Description]- Actual Behavior: [Description]Additional Context:- Impact: [High/Medium/Low]- Frequency: [Always/Sometimes/Rarely]- Workaround: [If any]- Related Issues: [If any]Please include:- Bug ID- Title- Description- Steps to Reproduce- Expected vs Actual Results- Environment Details- Impact Assessment- Suggested Fix
Generate a detailed bug report for the following issue:Login Button Not Responding: The login button remains unclickable after entering credentialsEnvironment:- Application Version: 2.1.0- Browser/Platform: Chrome 120.0.0 / Windows 10- Steps to Reproduce: 1. Navigate to login page 2. Enter valid credentials 3. Click login button- Expected Behavior: Button should be clickable and initiate login process- Actual Behavior: Button remains disabled after entering credentialsAdditional Context:- Impact: High (blocks user access)- Frequency: Always- Workaround: None- Related Issues: NonePlease include:- Bug ID- Title- Description- Steps to Reproduce- Expected vs Actual Results- Environment Details- Impact Assessment- Suggested Fix
Bug ID: BUG-001Title: Login Button Unresponsive After Credential EntryDescription: The login button remains disabled after entering valid credentials, preventing user authentication.Steps to Reproduce:1. Navigate to login page2. Enter valid email address3. Enter valid password4. Click login buttonExpected Results:- Button should be enabled and clickable- Clicking should initiate login process- User should be redirected to dashboardActual Results:- Button remains disabled- No visual feedback- Login process not initiatedEnvironment:- Application: v2.1.0- Browser: Chrome 120.0.0- OS: Windows 10- Network: Stable connectionImpact: HighPriority: P1Status: New