@@ -893,27 +893,11 @@ export class CreatePullRequestViewProvider extends BaseCreatePullRequestViewProv
893893 const templatePath = vscode . Uri . joinPath ( workspaceFolder , selected . label ) ;
894894
895895 // Default template content
896- const templateContent = `## Description
897- <!-- Please include a summary of the changes and the related issue. -->
898-
899- ## Type of change
900- <!-- Please delete options that are not relevant. -->
901- - [ ] Bug fix (non-breaking change which fixes an issue)
902- - [ ] New feature (non-breaking change which adds functionality)
903- - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
904- - [ ] Documentation update
905-
906- ## How Has This Been Tested?
907- <!-- Please describe the tests that you ran to verify your changes. -->
908-
909- ## Checklist:
910- - [ ] My code follows the style guidelines of this project
911- - [ ] I have performed a self-review of my code
912- - [ ] I have commented my code, particularly in hard-to-understand areas
913- - [ ] I have made corresponding changes to the documentation
914- - [ ] My changes generate no new warnings
915- - [ ] I have added tests that prove my fix is effective or that my feature works
916- - [ ] New and existing unit tests pass locally with my changes
896+ const templateContent = `## Sample Pull Request Template Description
897+
898+ This is a sample pull request template. You can customize it to fit your project's needs.
899+
900+ Don't forget to commit your template file to the repository so that it can be used for future pull requests!
917901` ;
918902
919903 try {
0 commit comments