/ .github / pull_request_template.md
pull_request_template.md
 1  ### Description:
 2  [Provide a brief description of the changes in the pull request.]
 3  
 4  ### Related Issue(s):
 5  [Link to the related Issue(s), if any.]
 6  
 7  ### Changes Included:
 8  - [ ] Bugfix (a change that fixes an issue)
 9  - [ ] New feature (a change that adds new functionality)
10  - [ ] Refactoring (a change that improves code quality and/or architecture)
11  - [ ] Other (explain below)
12  
13  ### Implementation Details:
14  [Explain any new decisions made during the implementation of the changes.]
15  
16  ### Testing:
17  [Describe how the changes have been tested.]
18  
19  ### Checklist:
20  - [ ] My code follows the style guidelines of this project
21  - [ ] I have performed a self-review of my own code
22  - [ ] I have commented my code, particularly in hard-to-understand areas
23  - [ ] My changes generate no new warnings
24  - [ ] Any dependent changes have been merged and published in downstream modules