/ .github / PULL_REQUEST_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
 1  ## What does this PR do?
 2  
 3  ## Related issues
 4  
 5  Fixes # (issue)
 6  
 7  ## Type of change
 8  
 9  - [ ] Bug fix (non-breaking change which fixes an issue)
10  - [ ] New feature (non-breaking change which adds functionality)
11  - [ ] Enhancement (non-breaking small changes to existing functionality)
12  - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
13  - [ ] This change requires a documentation update
14  
15  ## Explanation of the changes