Kéo mẫu yêu cầu Máy phát điện
Tạo các mẫu yêu cầu kéo GitHub và GitLab có thể tùy chỉnh trong Markdown
Các phần cần bao gồm
Nền tảng
Save as: .github/PULL_REQUEST_TEMPLATE.md
Mẫu đã tạo
## 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