1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!-- Ensure that your PR has a descriptive title and that you are marked as the assignee -->
## Type of Change
- [ ] New feature
- [ ] Bug fix
- [ ] Documentation update
- [ ] Refactoring
- [ ] Hotfix
- [ ] Security patch
- [ ] UI/UX improvement
- [ ] Version Bump
## Closes
<!-- Section is optional -->
<!-- Make sure closes are specified in a form GitHub recognises to auto-close issues -->
Closes X
## Depends On
<!-- Section is optional -->
Depends on X
## Description
<!-- Detailed explanation of the changes made. Include the reasons behind these changes and any relevant context. Link any related issues. -->
## Testing
<!-- Detail the testing you have performed to ensure that these changes function as intended. Include information about any added tests. -->
## Impact
<!-- Section is optional -->
<!-- Discuss the impact of your changes on the project. This might include effects on performance, new dependencies, or changes in behaviour. -->
## Additional Information
<!-- Section is optional -->
<!-- Any additional information that reviewers should be aware of.) -->
## Effort required on reviewer's end
- [ ] Easy
- [ ] Medium
- [ ] Hard
## Checklist
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
|