Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 703 Bytes

File metadata and controls

37 lines (20 loc) · 703 Bytes

Jira Bug Template

### Summary

<One sentence describing what is broken and where.>

Every bug fix requires a regression test (see [Testing](../TESTING.md#approach)).

### Steps to Reproduce

1. <Step-by-step instructions to trigger the bug.>

### Expected Behavior

<What should happen.>

### Actual Behavior

<What happens instead. Include error messages, stack traces, or screenshots.>

### Environment

<OCP version, browser, cluster type, or other relevant context.>

### Root Cause (optional)

<Brief explanation of why it happens, if known.>

### Fix (optional)

<Brief description of the fix, if known.>

### References

<Links to code, logs, screenshots, recordings, related issues.>