diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2536e7b4581..dc7ef3bd556 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,49 +27,26 @@ For example: ### Code changes -<<<<<<< HEAD - - Unit test - - E2E test - - Stability test - - Manual test (add detailed scripts or steps below) - - No code -======= - [ ] Has Go code change - [ ] Has CI related scripts change ->>>>>>> b911de1e... improve github PR template (#3559) ### Tests -<<<<<<< HEAD - - Has Go code change - - Has CI related scripts change - - Has Terraform scripts change -======= - [ ] Unit test - [ ] E2E test - [ ] Manual test - [ ] No code ->>>>>>> b911de1e... improve github PR template (#3559) ### Side effects -<<<<<<< HEAD - - Breaking backward compatibility -======= - [ ] Breaking backward compatibility - [ ] Other side effects: ->>>>>>> b911de1e... improve github PR template (#3559) ### Related changes -<<<<<<< HEAD - - Need to cherry-pick to the release branch - - Need to update the documentation -======= - [ ] Need to cherry-pick to the release branch - [ ] Need to update the documentation ->>>>>>> b911de1e... improve github PR template (#3559) ### Release Notes