aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 0dfcc8e2263de574e03e29460a9e3ab604c7efb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Pull Request

## Description
Briefly describe the changes this PR introduces.

## Changes

### Previous Behavior
*Describe how the code behaved before this change.*

### Root Cause
*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).*

### New Behavior
*Describe how the code behaves after this change.*

### Fix Implementation
*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).*

## Related Issues
- Fixes #[issue-number]
- Related to #[issue-number]