അഭ്യർത്ഥന ടെംപ്ലേറ്റ് വലിക്കുക ജനറേറ്റർ
മാർക്ക്ഡൗണിൽ ഇഷ്ടാനുസൃതമാക്കാവുന്ന GitHub, GitLab പുൾ അഭ്യർത്ഥന ടെംപ്ലേറ്റുകൾ സൃഷ്ടിക്കുക
ഉൾപ്പെടുത്തേണ്ട വിഭാഗങ്ങൾ
പ്ലാറ്റ്ഫോം
Save as: .github/PULL_REQUEST_TEMPLATE.md
ജനറേറ്റഡ് ടെംപ്ലേറ്റ്
## Summary Describe what this PR does and why. ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Refactor (no functional changes) ## Related Issues Closes # <!-- Link to related issues or tickets --> ## How Has This Been Tested? - [ ] Unit tests - [ ] Integration tests - [ ] Manual testing **Test Configuration:** - OS: - Browser/Runtime: - Version: ## Screenshots <!-- Add screenshots or screen recordings to illustrate the changes, if applicable --> ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix/feature works - [ ] New and existing unit tests pass locally with my changes